Html Css Color HEX #BB2004 Harley Davidson Orange

📋 copy color: '#BB2004'

red 187 ◦ green 32 ◦ blue 4

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

Shades of Harley Davidson Orange #BB2004

Tints of Harley Davidson Orange #BB2004

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.35%

 BLUE value IS 4 (1.95% from 255) = 1.79%

R = 83.86%
G = 14.35%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BB2004 (or 0xBB2004) is known color: Harley Davidson Orange. HEX triplet: BB, 20 and 04. RGB value is (187,32,4). Sum of RGB (Red+Green+Blue) = 187+32+4=223 (29% of max value = 765). Red value is 187 (73.44% from 255 or 83.86% from 223); Green value is 32 (12.89% from 255 or 14.35% from 223); Blue value is 4 (1.95% from 255 or 1.79% from 223); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2004 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2004 is #44DFFB. Grayscale: #4B4B4B. Windows color (decimal): -4513788 or 270523. OLE color: 270523.

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

Color convert

RGB 187 32 4 -
CMYK 0 0.83 0.98 0.27
HSL 9.18º 0.96% 0.37% -
HSV(B) 9.18º 0.98% 0.73% -
XYZ 21.03 11.61 1.25 -
YUV 75.15 87.85 207.78 -
System Red Green Blue C M Y K H S L
Decimal 187 32 4 0 0.83 0.98 0.27 9.18 0.96 0.37
Hex BB 20 4 0 53 62 1B 9 60 25
Octal 273 40 4 0 123 142 33 11 140 45
Binary 10111011 100000 100 0 1010011 1100010 11011 1001 1100000 100101

Color Harmonies of #BB2004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2004

Black with #BB2004

Text Example


Text Example

White with #BB2004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2004; }

 p { color: rgb(187,32,4); }

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

background-color css

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

 a { background-color: rgb(187,32,4); }

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

border-color css

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

 span { border-color: rgb(187,32,4); }

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