#BB240C

Color #BB240C Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #BB240C

Tints of Harley Davidson Orange #BB240C

Color information

#BB240C (or 0xBB240C) is unknown color: approx Harley Davidson Orange. HEX triplet: BB, 24 and 0C. RGB value is (187,36,12). Sum of RGB (Red+Green+Blue) = 187+36+12=235 (31% of max value = 765). Red value is 187 (73.44% from 255 or 79.57% from 235); Green value is 36 (14.45% from 255 or 15.32% from 235); Blue value is 12 (5.08% from 255 or 5.11% from 235); Max value from RGB is 187 - color contains mainly: red. Hex color #BB240C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB240C is #44DBF3. Grayscale: #4E4E4E. Windows color (decimal): -4512756 or 795835. OLE color: 795835.

HSL color Cylindrical-coordinate representation of color #BB240C: hue angle of 8.23º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB240C is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB1873612-
CMYK00.810.940.27
HSL8.23º87.94%39.02%-
HSV(B)8.23º93.58%73.33%-
XYZ21.1911.851.52-
YUV78.4190.53205.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 79.57%
GREEN value IS 36 (14.45% from 255) = 15.32%
BLUE value IS 12 (5.08% from 255) = 5.11%
R=79.57%
G=15.32%
B=5.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.94
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187361200.810.940.278.2387.9439.02
HexBB24C0515E1B85827
Octal27344140121136331013047
Binary1011101110010011000101000110111101101110001011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB240C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB240C; }

 p { color: rgb(187,36,12); }

 H1.HeaderClassName
 {
   color: #BB240C;
 }
 .AnyTagClassName
 {
   color: #BB240C;
 }
</style>
background-color css

<style>
 a { background-color: #BB240C; }

 a { background-color: rgb(187,36,12); }

 div.DivClassName
 {
   background-color: #BB240C;
 }
 .BgClassName
 {
   background-color: #BB240C;
 }
</style>
border-color css

<style>
 span { border-color: #BB240C; }

 span { border-color: rgb(187,36,12); }

 td.TdClassName
 {
   border-color: #BB240C;
 }
 .TagClassName
 {
   border-color: #BB240C;
 }
</style>