Html Css Color HEX #BB1D08 Harley Davidson Orange

📋 copy color: '#BB1D08'

red 187 ◦ green 29 ◦ blue 8

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

Shades of Harley Davidson Orange #BB1D08

Tints of Harley Davidson Orange #BB1D08

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.95%

 BLUE value IS 8 (3.52% from 255) = 3.57%

R = 83.48%
G = 12.95%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BB1D08 (or 0xBB1D08) is known color: Harley Davidson Orange. HEX triplet: BB, 1D and 08. RGB value is (187,29,8). Sum of RGB (Red+Green+Blue) = 187+29+8=224 (29% of max value = 765). Red value is 187 (73.44% from 255 or 83.48% from 224); Green value is 29 (11.72% from 255 or 12.95% from 224); Blue value is 8 (3.52% from 255 or 3.57% from 224); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1D08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB1D08 is #44E2F7. Grayscale: #4A4A4A. Windows color (decimal): -4514552 or 531899. OLE color: 531899.

HSL color Cylindrical-coordinate representation of color #BB1D08: hue angle of 7.04º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BB1D08 is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 29 8 -
CMYK 0 0.84 0.96 0.27
HSL 7.04º 0.92% 0.38% -
HSV(B) 7.04º 0.96% 0.73% -
XYZ 20.98 11.46 1.34 -
YUV 73.85 90.85 208.71 -
System Red Green Blue C M Y K H S L
Decimal 187 29 8 0 0.84 0.96 0.27 7.04 0.92 0.38
Hex BB 1D 8 0 54 60 1B 7 5C 26
Octal 273 35 10 0 124 140 33 7 134 46
Binary 10111011 11101 1000 0 1010100 1100000 11011 111 1011100 100110

Color Harmonies of #BB1D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1D08

Black with #BB1D08

Text Example


Text Example

White with #BB1D08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1D08; }

 p { color: rgb(187,29,8); }

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

background-color css

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

 a { background-color: rgb(187,29,8); }

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

border-color css

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

 span { border-color: rgb(187,29,8); }

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