Html Css Color HEX #BB240B Harley Davidson Orange

📋 copy color: '#BB240B'

red 187 ◦ green 36 ◦ blue 11

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

Shades of Harley Davidson Orange #BB240B

Tints of Harley Davidson Orange #BB240B

RGB

 RED value IS 187 (73.44% from 255) = 79.91%

 GREEN value IS 36 (14.45% from 255) = 15.38%

 BLUE value IS 11 (4.69% from 255) = 4.7%

R = 79.91%
G = 15.38%
B = 4.7%

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

#BB240B (or 0xBB240B) is known color: Harley Davidson Orange. HEX triplet: BB, 24 and 0B. RGB value is (187,36,11). Sum of RGB (Red+Green+Blue) = 187+36+11=234 (30% of max value = 765). Red value is 187 (73.44% from 255 or 79.91% from 234); Green value is 36 (14.45% from 255 or 15.38% from 234); Blue value is 11 (4.69% from 255 or 4.70% from 234); Max value from RGB is 187 - color contains mainly: red. Hex color #BB240B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB240B is #44DBF4. Grayscale: #4E4E4E. Windows color (decimal): -4512757 or 730299. OLE color: 730299.

HSL color Cylindrical-coordinate representation of color #BB240B: hue angle of 8.52º degrees, saturation: 0.89, 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 #BB240B is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 36 11 -
CMYK 0 0.81 0.94 0.27
HSL 8.52º 0.89% 0.39% -
HSV(B) 8.52º 0.94% 0.73% -
XYZ 21.18 11.85 1.49 -
YUV 78.3 90.03 205.53 -
System Red Green Blue C M Y K H S L
Decimal 187 36 11 0 0.81 0.94 0.27 8.52 0.89 0.39
Hex BB 24 B 0 51 5E 1B 9 59 27
Octal 273 44 13 0 121 136 33 11 131 47
Binary 10111011 100100 1011 0 1010001 1011110 11011 1001 1011001 100111

Color Harmonies of #BB240B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB240B

Black with #BB240B

Text Example


Text Example

White with #BB240B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB240B; }

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

 H1.HeaderClassName
 {
   color: #BB240B;
 }
 .AnyTagClassName
 {
   color: #BB240B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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