#BD2B0B

Color #BD2B0B Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #BD2B0B

Tints of Harley Davidson Orange #BD2B0B

Color information

#BD2B0B (or 0xBD2B0B) is unknown color: approx Harley Davidson Orange. HEX triplet: BD, 2B and 0B. RGB value is (189,43,11). Sum of RGB (Red+Green+Blue) = 189+43+11=243 (32% of max value = 765). Red value is 189 (74.22% from 255 or 77.78% from 243); Green value is 43 (17.19% from 255 or 17.70% from 243); Blue value is 11 (4.69% from 255 or 4.53% from 243); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2B0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2B0B is #42D4F4. Grayscale: #535353. Windows color (decimal): -4379893 or 732093. OLE color: 732093.

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

Color convert

RGB1894311-
CMYK00.770.940.26
HSL10.79º89%39.22%-
HSV(B)10.79º94.18%74.12%-
XYZ21.9112.571.59-
YUV83.0187.37203.6-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 77.78%
GREEN value IS 43 (17.19% from 255) = 17.70%
BLUE value IS 11 (4.69% from 255) = 4.53%
R=77.78%
G=17.70%
B=4.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.94
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189431100.770.940.2610.798939.22
HexBD2BB04D5E1Ab5927
Octal27553130115136321313147
Binary1011110110101110110100110110111101101010111011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2B0B; }

 p { color: rgb(189,43,11); }

 H1.HeaderClassName
 {
   color: #BD2B0B;
 }
 .AnyTagClassName
 {
   color: #BD2B0B;
 }
</style>
background-color css

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

 a { background-color: rgb(189,43,11); }

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

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

 span { border-color: rgb(189,43,11); }

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