Html Css Color HEX #BB2808 Harley Davidson Orange

📋 copy color: '#BB2808'

red 187 ◦ green 40 ◦ blue 8

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

Shades of Harley Davidson Orange #BB2808

Tints of Harley Davidson Orange #BB2808

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.02%

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

R = 79.57%
G = 17.02%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BB2808 (or 0xBB2808) is known color: Harley Davidson Orange. HEX triplet: BB, 28 and 08. RGB value is (187,40,8). Sum of RGB (Red+Green+Blue) = 187+40+8=235 (31% of max value = 765). Red value is 187 (73.44% from 255 or 79.57% from 235); Green value is 40 (16.02% from 255 or 17.02% from 235); Blue value is 8 (3.52% from 255 or 3.40% from 235); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2808 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2808 is #44D7F7. Grayscale: #505050. Windows color (decimal): -4511736 or 534715. OLE color: 534715.

HSL color Cylindrical-coordinate representation of color #BB2808: hue angle of 10.73º 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 #BB2808 is Cyan = 0, Magento = 0.79, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 40 8 -
CMYK 0 0.79 0.96 0.27
HSL 10.73º 0.92% 0.38% -
HSV(B) 10.73º 0.96% 0.73% -
XYZ 21.3 12.1 1.44 -
YUV 80.31 87.2 204.1 -
System Red Green Blue C M Y K H S L
Decimal 187 40 8 0 0.79 0.96 0.27 10.73 0.92 0.38
Hex BB 28 8 0 4F 60 1B B 5C 26
Octal 273 50 10 0 117 140 33 13 134 46
Binary 10111011 101000 1000 0 1001111 1100000 11011 1011 1011100 100110

Color Harmonies of #BB2808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2808

Black with #BB2808

Text Example


Text Example

White with #BB2808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2808; }

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

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

background-color css

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

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

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

border-color css

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

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

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