#BD210B

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

Shades of Harley Davidson Orange #BD210B

Tints of Harley Davidson Orange #BD210B

Color information

#BD210B (or 0xBD210B) is unknown color: approx Harley Davidson Orange. HEX triplet: BD, 21 and 0B. RGB value is (189,33,11). Sum of RGB (Red+Green+Blue) = 189+33+11=233 (30% of max value = 765). Red value is 189 (74.22% from 255 or 81.12% from 233); Green value is 33 (13.28% from 255 or 14.16% from 233); Blue value is 11 (4.69% from 255 or 4.72% from 233); Max value from RGB is 189 - color contains mainly: red. Hex color #BD210B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD210B is #42DEF4. Grayscale: #4D4D4D. Windows color (decimal): -4382453 or 729533. OLE color: 729533.

HSL color Cylindrical-coordinate representation of color #BD210B: hue angle of 7.42º 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 #BD210B is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB1893311-
CMYK00.830.940.26
HSL7.42º89%39.22%-
HSV(B)7.42º94.18%74.12%-
XYZ21.5911.931.48-
YUV77.1490.68207.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 81.12%
GREEN value IS 33 (13.28% from 255) = 14.16%
BLUE value IS 11 (4.69% from 255) = 4.72%
R=81.12%
G=14.16%
B=4.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.94
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189331100.830.940.267.428939.22
HexBD21B0535E1A75927
Octal2754113012313632713147
Binary101111011000011011010100111011110110101111011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD210B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD210B; }

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

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

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

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

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

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

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

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