#BD2E00

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

Shades of Harley Davidson Orange #BD2E00

Tints of Harley Davidson Orange #BD2E00

Color information

#BD2E00 (or 0xBD2E00) is unknown color: approx Harley Davidson Orange. HEX triplet: BD, 2E and 00. RGB value is (189,46,0). Sum of RGB (Red+Green+Blue) = 189+46+0=235 (31% of max value = 765). Red value is 189 (74.22% from 255 or 80.43% from 235); Green value is 46 (18.36% from 255 or 19.57% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2E00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2E00 is #42D1FF. Grayscale: #535353. Windows color (decimal): -4379136 or 11965. OLE color: 11965.

HSL color Cylindrical-coordinate representation of color #BD2E00: hue angle of 14.6º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD2E00 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.26.

Color convert

RGB189460-
CMYK00.7610.26
HSL14.6º100%37.06%-
HSV(B)14.6º100%74.12%-
XYZ21.9612.771.31-
YUV83.5180.88203.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 80.43%
GREEN value IS 46 (18.36% from 255) = 19.57%
BLUE value IS 0 (0.39% from 255) = 0%
R=80.43%
G=19.57%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 1
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18946000.7610.2614.610037.06
HexBD2E004C641Af6425
Octal2755600114144321714445
Binary1011110110111000100110011001001101011111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2E00; }

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

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

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

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

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

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

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

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