Html Css Color HEX #BB240C Harley Davidson Orange

📋 copy color: '#BB240C'

red 187 ◦ green 36 ◦ blue 12

#BB240C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #BB240C

Tints of Harley Davidson Orange #BB240C

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 value IS 0

 M value IS 0.81

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BB240C (or 0xBB240C) is known color: 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

RGB 187 36 12 -
CMYK 0 0.81 0.94 0.27
HSL 8.23º 0.88% 0.39% -
HSV(B) 8.23º 0.94% 0.73% -
XYZ 21.19 11.85 1.52 -
YUV 78.41 90.53 205.45 -
System Red Green Blue C M Y K H S L
Decimal 187 36 12 0 0.81 0.94 0.27 8.23 0.88 0.39
Hex BB 24 C 0 51 5E 1B 8 58 27
Octal 273 44 14 0 121 136 33 10 130 47
Binary 10111011 100100 1100 0 1010001 1011110 11011 1000 1011000 100111

Color Harmonies of #BB240C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB240C

Black with #BB240C

Text Example


Text Example

White with #BB240C

Text Example


Text Example

HTML Codes & Css Web 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>