#BD3924

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

Shades of Harley Davidson Orange #BD3924

Tints of Harley Davidson Orange #BD3924

Color information

#BD3924 (or 0xBD3924) is unknown color: approx Harley Davidson Orange. HEX triplet: BD, 39 and 24. RGB value is (189,57,36). Sum of RGB (Red+Green+Blue) = 189+57+36=282 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.02% from 282); Green value is 57 (22.66% from 255 or 20.21% from 282); Blue value is 36 (14.45% from 255 or 12.77% from 282); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3924 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3924 is #42C6DB. Grayscale: #5E5E5E. Windows color (decimal): -4376284 or 2374077. OLE color: 2374077.

HSL color Cylindrical-coordinate representation of color #BD3924: hue angle of 8.24º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD3924 is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB1895736-
CMYK00.700.810.26
HSL8.24º68%44.12%-
HSV(B)8.24º80.95%74.12%-
XYZ22.7713.873.15-
YUV94.0795.23195.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 67.02%
GREEN value IS 57 (22.66% from 255) = 20.21%
BLUE value IS 36 (14.45% from 255) = 12.77%
R=67.02%
G=20.21%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.81
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189573600.700.810.268.246844.12
HexBD3924046511A8442c
Octal27571440106121321010454
Binary101111011110011001000100011010100011101010001000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3924; }

 p { color: rgb(189,57,36); }

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

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

 a { background-color: rgb(189,57,36); }

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

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

 span { border-color: rgb(189,57,36); }

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