#BD2F08

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

Shades of Harley Davidson Orange #BD2F08

Tints of Harley Davidson Orange #BD2F08

Color information

#BD2F08 (or 0xBD2F08) is unknown color: approx Harley Davidson Orange. HEX triplet: BD, 2F and 08. RGB value is (189,47,8). Sum of RGB (Red+Green+Blue) = 189+47+8=244 (32% of max value = 765). Red value is 189 (74.22% from 255 or 77.46% from 244); Green value is 47 (18.75% from 255 or 19.26% from 244); Blue value is 8 (3.52% from 255 or 3.28% from 244); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2F08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2F08 is #42D0F7. Grayscale: #555555. Windows color (decimal): -4378872 or 536509. OLE color: 536509.

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

Color convert

RGB189478-
CMYK00.750.960.26
HSL12.93º91.88%38.63%-
HSV(B)12.93º95.77%74.12%-
XYZ22.0512.871.55-
YUV85.0184.54202.17-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 77.46%
GREEN value IS 47 (18.75% from 255) = 19.26%
BLUE value IS 8 (3.52% from 255) = 3.28%
R=77.46%
G=19.26%
B=3.28%

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
Decimal18947800.750.960.2612.9391.8838.63
HexBD2F804B601Ad5c27
Octal27557100113140321513447
Binary1011110110111110000100101111000001101011011011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2F08; }

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

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

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

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

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

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

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

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