#BD3812

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

Shades of Harley Davidson Orange #BD3812

Tints of Harley Davidson Orange #BD3812

Color information

#BD3812 (or 0xBD3812) is unknown color: approx Harley Davidson Orange. HEX triplet: BD, 38 and 12. RGB value is (189,56,18). Sum of RGB (Red+Green+Blue) = 189+56+18=263 (34% of max value = 765). Red value is 189 (74.22% from 255 or 71.86% from 263); Green value is 56 (22.27% from 255 or 21.29% from 263); Blue value is 18 (7.42% from 255 or 6.84% from 263); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3812 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3812 is #42C7ED. Grayscale: #5B5B5B. Windows color (decimal): -4376558 or 1194173. OLE color: 1194173.

HSL color Cylindrical-coordinate representation of color #BD3812: hue angle of 13.33º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD3812 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB1895618-
CMYK00.700.900.26
HSL13.33º82.61%40.59%-
HSV(B)13.33º90.48%74.12%-
XYZ22.5113.692.03-
YUV91.4486.56197.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 71.86%
GREEN value IS 56 (22.27% from 255) = 21.29%
BLUE value IS 18 (7.42% from 255) = 6.84%
R=71.86%
G=21.29%
B=6.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189561800.700.900.2613.3382.6140.59
HexBD38120465A1Ad5329
Octal27570220106132321512351
Binary10111101111000100100100011010110101101011011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3812; }

 p { color: rgb(189,56,18); }

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

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

 a { background-color: rgb(189,56,18); }

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

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

 span { border-color: rgb(189,56,18); }

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