#BD2B04

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

Shades of Harley Davidson Orange #BD2B04

Tints of Harley Davidson Orange #BD2B04

Color information

#BD2B04 (or 0xBD2B04) is unknown color: approx Harley Davidson Orange. HEX triplet: BD, 2B and 04. RGB value is (189,43,4). Sum of RGB (Red+Green+Blue) = 189+43+4=236 (31% of max value = 765). Red value is 189 (74.22% from 255 or 80.08% from 236); Green value is 43 (17.19% from 255 or 18.22% from 236); Blue value is 4 (1.95% from 255 or 1.69% from 236); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2B04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2B04 is #42D4FB. Grayscale: #525252. Windows color (decimal): -4379900 or 273341. OLE color: 273341.

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

Color convert

RGB189434-
CMYK00.770.980.26
HSL12.65º95.85%37.84%-
HSV(B)12.65º97.88%74.12%-
XYZ21.8712.561.39-
YUV82.2183.87204.17-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 80.08%
GREEN value IS 43 (17.19% from 255) = 18.22%
BLUE value IS 4 (1.95% from 255) = 1.69%
R=80.08%
G=18.22%
B=1.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.98
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18943400.770.980.2612.6595.8537.84
HexBD2B404D621Ad6026
Octal2755340115142321514046
Binary101111011010111000100110111000101101011011100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2B04; }

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

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

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

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

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

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

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

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