Html Css Color HEX #BB240E Harley Davidson Orange

📋 copy color: '#BB240E'

red 187 ◦ green 36 ◦ blue 14

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

Shades of Harley Davidson Orange #BB240E

Tints of Harley Davidson Orange #BB240E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.91%

R = 78.9%
G = 15.19%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BB240E (or 0xBB240E) is known color: Harley Davidson Orange. HEX triplet: BB, 24 and 0E. RGB value is (187,36,14). Sum of RGB (Red+Green+Blue) = 187+36+14=237 (31% of max value = 765). Red value is 187 (73.44% from 255 or 78.90% from 237); Green value is 36 (14.45% from 255 or 15.19% from 237); Blue value is 14 (5.86% from 255 or 5.91% from 237); Max value from RGB is 187 - color contains mainly: red. Hex color #BB240E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB240E is #44DBF1. Grayscale: #4E4E4E. Windows color (decimal): -4512754 or 926907. OLE color: 926907.

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

Color convert

RGB 187 36 14 -
CMYK 0 0.81 0.93 0.27
HSL 7.63º 0.86% 0.39% -
HSV(B) 7.63º 0.93% 0.73% -
XYZ 21.2 11.86 1.59 -
YUV 78.64 91.53 205.29 -
System Red Green Blue C M Y K H S L
Decimal 187 36 14 0 0.81 0.93 0.27 7.63 0.86 0.39
Hex BB 24 E 0 51 5D 1B 8 56 27
Octal 273 44 16 0 121 135 33 10 126 47
Binary 10111011 100100 1110 0 1010001 1011101 11011 1000 1010110 100111

Color Harmonies of #BB240E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB240E

Black with #BB240E

Text Example


Text Example

White with #BB240E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB240E; }

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

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

background-color css

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

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

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

border-color css

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

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

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