Html Css Color HEX #BB3918 Harley Davidson Orange

📋 copy color: '#BB3918'

red 187 ◦ green 57 ◦ blue 24

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

Shades of Harley Davidson Orange #BB3918

Tints of Harley Davidson Orange #BB3918

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.27%

 BLUE value IS 24 (9.77% from 255) = 8.96%

R = 69.78%
G = 21.27%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BB3918 (or 0xBB3918) is known color: Harley Davidson Orange. HEX triplet: BB, 39 and 18. RGB value is (187,57,24). Sum of RGB (Red+Green+Blue) = 187+57+24=268 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.78% from 268); Green value is 57 (22.66% from 255 or 21.27% from 268); Blue value is 24 (9.77% from 255 or 8.96% from 268); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3918 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3918 is #44C6E7. Grayscale: #5C5C5C. Windows color (decimal): -4507368 or 1587643. OLE color: 1587643.

HSL color Cylindrical-coordinate representation of color #BB3918: hue angle of 12.15º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB3918 is Cyan = 0, Magento = 0.70, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 57 24 -
CMYK 0 0.70 0.87 0.27
HSL 12.15º 0.77% 0.41% -
HSV(B) 12.15º 0.87% 0.73% -
XYZ 22.12 13.56 2.31 -
YUV 92.11 89.57 195.68 -
System Red Green Blue C M Y K H S L
Decimal 187 57 24 0 0.70 0.87 0.27 12.15 0.77 0.41
Hex BB 39 18 0 46 57 1B C 4D 29
Octal 273 71 30 0 106 127 33 14 115 51
Binary 10111011 111001 11000 0 1000110 1010111 11011 1100 1001101 101001

Color Harmonies of #BB3918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3918

Black with #BB3918

Text Example


Text Example

White with #BB3918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3918; }

 p { color: rgb(187,57,24); }

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

background-color css

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

 a { background-color: rgb(187,57,24); }

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

border-color css

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

 span { border-color: rgb(187,57,24); }

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