#BD2E08

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

Shades of Harley Davidson Orange #BD2E08

Tints of Harley Davidson Orange #BD2E08

Color information

#BD2E08 (or 0xBD2E08) is unknown color: approx Harley Davidson Orange. HEX triplet: BD, 2E and 08. RGB value is (189,46,8). Sum of RGB (Red+Green+Blue) = 189+46+8=243 (32% of max value = 765). Red value is 189 (74.22% from 255 or 77.78% from 243); Green value is 46 (18.36% from 255 or 18.93% from 243); Blue value is 8 (3.52% from 255 or 3.29% from 243); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2E08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2E08 is #42D1F7. Grayscale: #545454. Windows color (decimal): -4379128 or 536253. OLE color: 536253.

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

Color convert

RGB189468-
CMYK00.760.960.26
HSL12.6º91.88%38.63%-
HSV(B)12.6º95.77%74.12%-
XYZ22.0112.791.54-
YUV84.4284.88202.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 77.78%
GREEN value IS 46 (18.36% from 255) = 18.93%
BLUE value IS 8 (3.52% from 255) = 3.29%
R=77.78%
G=18.93%
B=3.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.96
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18946800.760.960.2612.691.8838.63
HexBD2E804C601Ad5c27
Octal27556100114140321513447
Binary1011110110111010000100110011000001101011011011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2E08; }

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

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

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

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

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

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

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

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