#BD3B22

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

Shades of Harley Davidson Orange #BD3B22

Tints of Harley Davidson Orange #BD3B22

Color information

#BD3B22 (or 0xBD3B22) is unknown color: approx Harley Davidson Orange. HEX triplet: BD, 3B and 22. RGB value is (189,59,34). Sum of RGB (Red+Green+Blue) = 189+59+34=282 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.02% from 282); Green value is 59 (23.44% from 255 or 20.92% from 282); Blue value is 34 (13.67% from 255 or 12.06% from 282); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3B22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3B22 is #42C4DD. Grayscale: #5F5F5F. Windows color (decimal): -4375774 or 2243517. OLE color: 2243517.

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

Color convert

RGB1895934-
CMYK00.690.820.26
HSL9.68º69.51%43.73%-
HSV(B)9.68º82.01%74.12%-
XYZ22.8414.063.02-
YUV95.0293.57195.03-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 67.02%
GREEN value IS 59 (23.44% from 255) = 20.92%
BLUE value IS 34 (13.67% from 255) = 12.06%
R=67.02%
G=20.92%
B=12.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.82
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189593400.690.820.269.6869.5143.73
HexBD3B22045521Aa462c
Octal27573420105122321210654
Binary101111011110111000100100010110100101101010101000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3B22; }

 p { color: rgb(189,59,34); }

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

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

 a { background-color: rgb(189,59,34); }

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

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

 span { border-color: rgb(189,59,34); }

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