Html Css Color HEX #BB3108 Harley Davidson Orange

📋 copy color: '#BB3108'

red 187 ◦ green 49 ◦ blue 8

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

Shades of Harley Davidson Orange #BB3108

Tints of Harley Davidson Orange #BB3108

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.08%

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

R = 76.64%
G = 20.08%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BB3108 (or 0xBB3108) is known color: Harley Davidson Orange. HEX triplet: BB, 31 and 08. RGB value is (187,49,8). Sum of RGB (Red+Green+Blue) = 187+49+8=244 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.64% from 244); Green value is 49 (19.53% from 255 or 20.08% from 244); Blue value is 8 (3.52% from 255 or 3.28% from 244); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3108 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3108 is #44CEF7. Grayscale: #555555. Windows color (decimal): -4509432 or 537019. OLE color: 537019.

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

Color convert

RGB 187 49 8 -
CMYK 0 0.74 0.96 0.27
HSL 13.74º 0.92% 0.38% -
HSV(B) 13.74º 0.96% 0.73% -
XYZ 21.64 12.78 1.56 -
YUV 85.59 84.22 200.33 -
System Red Green Blue C M Y K H S L
Decimal 187 49 8 0 0.74 0.96 0.27 13.74 0.92 0.38
Hex BB 31 8 0 4A 60 1B E 5C 26
Octal 273 61 10 0 112 140 33 16 134 46
Binary 10111011 110001 1000 0 1001010 1100000 11011 1110 1011100 100110

Color Harmonies of #BB3108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3108

Black with #BB3108

Text Example


Text Example

White with #BB3108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3108; }

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

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

background-color css

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

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

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

border-color css

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

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

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