Html Css Color HEX #BB200B Harley Davidson Orange

📋 copy color: '#BB200B'

red 187 ◦ green 32 ◦ blue 11

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

Shades of Harley Davidson Orange #BB200B

Tints of Harley Davidson Orange #BB200B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.78%

R = 81.3%
G = 13.91%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BB200B (or 0xBB200B) is known color: Harley Davidson Orange. HEX triplet: BB, 20 and 0B. RGB value is (187,32,11). Sum of RGB (Red+Green+Blue) = 187+32+11=230 (30% of max value = 765). Red value is 187 (73.44% from 255 or 81.30% from 230); Green value is 32 (12.89% from 255 or 13.91% from 230); Blue value is 11 (4.69% from 255 or 4.78% from 230); Max value from RGB is 187 - color contains mainly: red. Hex color #BB200B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB200B is #44DFF4. Grayscale: #4C4C4C. Windows color (decimal): -4513781 or 729275. OLE color: 729275.

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

Color convert

RGB 187 32 11 -
CMYK 0 0.83 0.94 0.27
HSL 7.16º 0.89% 0.39% -
HSV(B) 7.16º 0.94% 0.73% -
XYZ 21.07 11.62 1.45 -
YUV 75.95 91.35 207.21 -
System Red Green Blue C M Y K H S L
Decimal 187 32 11 0 0.83 0.94 0.27 7.16 0.89 0.39
Hex BB 20 B 0 53 5E 1B 7 59 27
Octal 273 40 13 0 123 136 33 7 131 47
Binary 10111011 100000 1011 0 1010011 1011110 11011 111 1011001 100111

Color Harmonies of #BB200B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB200B

Black with #BB200B

Text Example


Text Example

White with #BB200B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB200B; }

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

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

background-color css

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

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

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

border-color css

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

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

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