Html Css Color HEX #BB2B0D Harley Davidson Orange

📋 copy color: '#BB2B0D'

red 187 ◦ green 43 ◦ blue 13

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

Shades of Harley Davidson Orange #BB2B0D

Tints of Harley Davidson Orange #BB2B0D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.7%

 BLUE value IS 13 (5.47% from 255) = 5.35%

R = 76.95%
G = 17.7%
B = 5.35%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BB2B0D (or 0xBB2B0D) is known color: Harley Davidson Orange. HEX triplet: BB, 2B and 0D. RGB value is (187,43,13). Sum of RGB (Red+Green+Blue) = 187+43+13=243 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.95% from 243); Green value is 43 (17.19% from 255 or 17.70% from 243); Blue value is 13 (5.47% from 255 or 5.35% from 243); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2B0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2B0D is #44D4F2. Grayscale: #525252. Windows color (decimal): -4510963 or 863163. OLE color: 863163.

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

Color convert

RGB 187 43 13 -
CMYK 0 0.77 0.93 0.27
HSL 10.34º 0.87% 0.39% -
HSV(B) 10.34º 0.93% 0.73% -
XYZ 21.43 12.32 1.63 -
YUV 82.64 88.71 202.44 -
System Red Green Blue C M Y K H S L
Decimal 187 43 13 0 0.77 0.93 0.27 10.34 0.87 0.39
Hex BB 2B D 0 4D 5D 1B A 57 27
Octal 273 53 15 0 115 135 33 12 127 47
Binary 10111011 101011 1101 0 1001101 1011101 11011 1010 1010111 100111

Color Harmonies of #BB2B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2B0D

Black with #BB2B0D

Text Example


Text Example

White with #BB2B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2B0D; }

 p { color: rgb(187,43,13); }

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

background-color css

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

 a { background-color: rgb(187,43,13); }

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

border-color css

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

 span { border-color: rgb(187,43,13); }

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