Html Css Color HEX #BB2005 Harley Davidson Orange

📋 copy color: '#BB2005'

red 187 ◦ green 32 ◦ blue 5

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

Shades of Harley Davidson Orange #BB2005

Tints of Harley Davidson Orange #BB2005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.23%

R = 83.48%
G = 14.29%
B = 2.23%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BB2005 (or 0xBB2005) is known color: Harley Davidson Orange. HEX triplet: BB, 20 and 05. RGB value is (187,32,5). Sum of RGB (Red+Green+Blue) = 187+32+5=224 (29% of max value = 765). Red value is 187 (73.44% from 255 or 83.48% from 224); Green value is 32 (12.89% from 255 or 14.29% from 224); Blue value is 5 (2.34% from 255 or 2.23% from 224); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2005 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2005 is #44DFFA. Grayscale: #4B4B4B. Windows color (decimal): -4513787 or 336059. OLE color: 336059.

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

Color convert

RGB 187 32 5 -
CMYK 0 0.83 0.97 0.27
HSL 8.9º 0.95% 0.38% -
HSV(B) 8.9º 0.97% 0.73% -
XYZ 21.04 11.61 1.28 -
YUV 75.27 88.35 207.7 -
System Red Green Blue C M Y K H S L
Decimal 187 32 5 0 0.83 0.97 0.27 8.9 0.95 0.38
Hex BB 20 5 0 53 61 1B 9 5F 26
Octal 273 40 5 0 123 141 33 11 137 46
Binary 10111011 100000 101 0 1010011 1100001 11011 1001 1011111 100110

Color Harmonies of #BB2005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2005

Black with #BB2005

Text Example


Text Example

White with #BB2005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2005; }

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

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

background-color css

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

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

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

border-color css

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

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

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