#BD2808

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

Shades of Harley Davidson Orange #BD2808

Tints of Harley Davidson Orange #BD2808

Color information

#BD2808 (or 0xBD2808) is unknown color: approx Harley Davidson Orange. HEX triplet: BD, 28 and 08. RGB value is (189,40,8). Sum of RGB (Red+Green+Blue) = 189+40+8=237 (31% of max value = 765). Red value is 189 (74.22% from 255 or 79.75% from 237); Green value is 40 (16.02% from 255 or 16.88% from 237); Blue value is 8 (3.52% from 255 or 3.38% from 237); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2808 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2808 is #42D7F7. Grayscale: #515151. Windows color (decimal): -4380664 or 534717. OLE color: 534717.

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

Color convert

RGB189408-
CMYK00.790.960.26
HSL10.61º91.88%38.63%-
HSV(B)10.61º95.77%74.12%-
XYZ21.7912.351.47-
YUV80.986.86205.1-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 79.75%
GREEN value IS 40 (16.02% from 255) = 16.88%
BLUE value IS 8 (3.52% from 255) = 3.38%
R=79.75%
G=16.88%
B=3.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.96
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18940800.790.960.2610.6191.8838.63
HexBD28804F601Ab5c27
Octal27550100117140321313447
Binary1011110110100010000100111111000001101010111011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2808; }

 p { color: rgb(189,40,8); }

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

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

 a { background-color: rgb(189,40,8); }

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

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

 span { border-color: rgb(189,40,8); }

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