#BD3008

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

Shades of Harley Davidson Orange #BD3008

Tints of Harley Davidson Orange #BD3008

Color information

#BD3008 (or 0xBD3008) is unknown color: approx Harley Davidson Orange. HEX triplet: BD, 30 and 08. RGB value is (189,48,8). Sum of RGB (Red+Green+Blue) = 189+48+8=245 (32% of max value = 765). Red value is 189 (74.22% from 255 or 77.14% from 245); Green value is 48 (19.14% from 255 or 19.59% from 245); Blue value is 8 (3.52% from 255 or 3.27% from 245); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3008 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3008 is #42CFF7. Grayscale: #555555. Windows color (decimal): -4378616 or 536765. OLE color: 536765.

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

Color convert

RGB189488-
CMYK00.750.960.26
HSL13.26º91.88%38.63%-
HSV(B)13.26º95.77%74.12%-
XYZ22.0912.951.57-
YUV85.684.21201.75-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 77.14%
GREEN value IS 48 (19.14% from 255) = 19.59%
BLUE value IS 8 (3.52% from 255) = 3.27%
R=77.14%
G=19.59%
B=3.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.96
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18948800.750.960.2613.2691.8838.63
HexBD30804B601Ad5c27
Octal27560100113140321513447
Binary1011110111000010000100101111000001101011011011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3008; }

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

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

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

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

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

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

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

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