#BD2712

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

Shades of Harley Davidson Orange #BD2712

Tints of Harley Davidson Orange #BD2712

Color information

#BD2712 (or 0xBD2712) is unknown color: approx Harley Davidson Orange. HEX triplet: BD, 27 and 12. RGB value is (189,39,18). Sum of RGB (Red+Green+Blue) = 189+39+18=246 (32% of max value = 765). Red value is 189 (74.22% from 255 or 76.83% from 246); Green value is 39 (15.62% from 255 or 15.85% from 246); Blue value is 18 (7.42% from 255 or 7.32% from 246); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2712 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2712 is #42D8ED. Grayscale: #515151. Windows color (decimal): -4380910 or 1189821. OLE color: 1189821.

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

Color convert

RGB1893918-
CMYK00.790.900.26
HSL7.37º82.61%40.59%-
HSV(B)7.37º90.48%74.12%-
XYZ21.8212.311.8-
YUV81.4692.2204.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 76.83%
GREEN value IS 39 (15.62% from 255) = 15.85%
BLUE value IS 18 (7.42% from 255) = 7.32%
R=76.83%
G=15.85%
B=7.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189391800.790.900.267.3782.6140.59
HexBD271204F5A1A75329
Octal2754722011713232712351
Binary1011110110011110010010011111011010110101111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2712; }

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

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

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

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

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

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

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

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