Html Css Color HEX #BB2804 Harley Davidson Orange

📋 copy color: '#BB2804'

red 187 ◦ green 40 ◦ blue 4

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

Shades of Harley Davidson Orange #BB2804

Tints of Harley Davidson Orange #BB2804

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.32%

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

R = 80.95%
G = 17.32%
B = 1.73%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BB2804 (or 0xBB2804) is known color: Harley Davidson Orange. HEX triplet: BB, 28 and 04. RGB value is (187,40,4). Sum of RGB (Red+Green+Blue) = 187+40+4=231 (30% of max value = 765). Red value is 187 (73.44% from 255 or 80.95% from 231); Green value is 40 (16.02% from 255 or 17.32% from 231); Blue value is 4 (1.95% from 255 or 1.73% from 231); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2804 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2804 is #44D7FB. Grayscale: #505050. Windows color (decimal): -4511740 or 272571. OLE color: 272571.

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

Color convert

RGB 187 40 4 -
CMYK 0 0.79 0.98 0.27
HSL 11.8º 0.96% 0.37% -
HSV(B) 11.8º 0.98% 0.73% -
XYZ 21.27 12.09 1.33 -
YUV 79.85 85.2 204.43 -
System Red Green Blue C M Y K H S L
Decimal 187 40 4 0 0.79 0.98 0.27 11.8 0.96 0.37
Hex BB 28 4 0 4F 62 1B C 60 25
Octal 273 50 4 0 117 142 33 14 140 45
Binary 10111011 101000 100 0 1001111 1100010 11011 1100 1100000 100101

Color Harmonies of #BB2804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2804

Black with #BB2804

Text Example


Text Example

White with #BB2804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2804; }

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

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

background-color css

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

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

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

border-color css

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

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

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