Html Css Color HEX #BB2204 Harley Davidson Orange

📋 copy color: '#BB2204'

red 187 ◦ green 34 ◦ blue 4

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

Shades of Harley Davidson Orange #BB2204

Tints of Harley Davidson Orange #BB2204

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.11%

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

R = 83.11%
G = 15.11%
B = 1.78%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BB2204 (or 0xBB2204) is known color: Harley Davidson Orange. HEX triplet: BB, 22 and 04. RGB value is (187,34,4). Sum of RGB (Red+Green+Blue) = 187+34+4=225 (29% of max value = 765). Red value is 187 (73.44% from 255 or 83.11% from 225); Green value is 34 (13.67% from 255 or 15.11% from 225); Blue value is 4 (1.95% from 255 or 1.78% from 225); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2204 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2204 is #44DDFB. Grayscale: #4C4C4C. Windows color (decimal): -4513276 or 271035. OLE color: 271035.

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

Color convert

RGB 187 34 4 -
CMYK 0 0.82 0.98 0.27
HSL 9.84º 0.96% 0.37% -
HSV(B) 9.84º 0.98% 0.73% -
XYZ 21.09 11.72 1.27 -
YUV 76.33 87.19 206.94 -
System Red Green Blue C M Y K H S L
Decimal 187 34 4 0 0.82 0.98 0.27 9.84 0.96 0.37
Hex BB 22 4 0 52 62 1B A 60 25
Octal 273 42 4 0 122 142 33 12 140 45
Binary 10111011 100010 100 0 1010010 1100010 11011 1010 1100000 100101

Color Harmonies of #BB2204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2204

Black with #BB2204

Text Example


Text Example

White with #BB2204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2204; }

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

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

background-color css

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

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

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

border-color css

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

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

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