Html Css Color HEX #BB2800 Harley Davidson Orange

📋 copy color: '#BB2800'

red 187 ◦ green 40 ◦ blue 0

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

Shades of Harley Davidson Orange #BB2800

Tints of Harley Davidson Orange #BB2800

RGB

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

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

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

R = 82.38%
G = 17.62%
B = 0%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BB2800 (or 0xBB2800) is known color: Harley Davidson Orange. HEX triplet: BB, 28 and 00. RGB value is (187,40,0). Sum of RGB (Red+Green+Blue) = 187+40+0=227 (30% of max value = 765). Red value is 187 (73.44% from 255 or 82.38% from 227); Green value is 40 (16.02% from 255 or 17.62% from 227); Blue value is 0 (0.39% from 255 or 0% from 227); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2800 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2800 is #44D7FF. Grayscale: #4F4F4F. Windows color (decimal): -4511744 or 10427. OLE color: 10427.

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

Color convert

RGB 187 40 0 -
CMYK 0 0.79 1 0.27
HSL 12.83º 1% 0.37% -
HSV(B) 12.83º 1% 0.73% -
XYZ 21.25 12.08 1.21 -
YUV 79.39 83.2 204.75 -
System Red Green Blue C M Y K H S L
Decimal 187 40 0 0 0.79 1 0.27 12.83 1 0.37
Hex BB 28 0 0 4F 64 1B D 64 25
Octal 273 50 0 0 117 144 33 15 144 45
Binary 10111011 101000 0 0 1001111 1100100 11011 1101 1100100 100101

Color Harmonies of #BB2800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2800

Black with #BB2800

Text Example


Text Example

White with #BB2800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2800; }

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

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

background-color css

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

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

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

border-color css

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

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

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