Html Css Color HEX #BB2900 Harley Davidson Orange

📋 copy color: '#BB2900'

red 187 ◦ green 41 ◦ blue 0

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

Shades of Harley Davidson Orange #BB2900

Tints of Harley Davidson Orange #BB2900

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.98%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 82.02%
G = 17.98%
B = 0%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BB2900 (or 0xBB2900) is known color: Harley Davidson Orange. HEX triplet: BB, 29 and 00. RGB value is (187,41,0). Sum of RGB (Red+Green+Blue) = 187+41+0=228 (30% of max value = 765). Red value is 187 (73.44% from 255 or 82.02% from 228); Green value is 41 (16.41% from 255 or 17.98% from 228); Blue value is 0 (0.39% from 255 or 0% from 228); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2900 is #44D6FF. Grayscale: #505050. Windows color (decimal): -4511488 or 10683. OLE color: 10683.

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

Color convert

RGB 187 41 0 -
CMYK 0 0.78 1 0.27
HSL 13.16º 1% 0.37% -
HSV(B) 13.16º 1% 0.73% -
XYZ 21.29 12.15 1.22 -
YUV 79.98 82.87 204.33 -
System Red Green Blue C M Y K H S L
Decimal 187 41 0 0 0.78 1 0.27 13.16 1 0.37
Hex BB 29 0 0 4E 64 1B D 64 25
Octal 273 51 0 0 116 144 33 15 144 45
Binary 10111011 101001 0 0 1001110 1100100 11011 1101 1100100 100101

Color Harmonies of #BB2900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2900

Black with #BB2900

Text Example


Text Example

White with #BB2900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2900; }

 p { color: rgb(187,41,0); }

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

background-color css

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

 a { background-color: rgb(187,41,0); }

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

border-color css

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

 span { border-color: rgb(187,41,0); }

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