#BD2C05

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

Shades of Harley Davidson Orange #BD2C05

Tints of Harley Davidson Orange #BD2C05

Color information

#BD2C05 (or 0xBD2C05) is unknown color: approx Harley Davidson Orange. HEX triplet: BD, 2C and 05. RGB value is (189,44,5). Sum of RGB (Red+Green+Blue) = 189+44+5=238 (31% of max value = 765). Red value is 189 (74.22% from 255 or 79.41% from 238); Green value is 44 (17.58% from 255 or 18.49% from 238); Blue value is 5 (2.34% from 255 or 2.10% from 238); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2C05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2C05 is #42D3FA. Grayscale: #535353. Windows color (decimal): -4379643 or 339133. OLE color: 339133.

HSL color Cylindrical-coordinate representation of color #BD2C05: hue angle of 12.72º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD2C05 is Cyan = 0, Magento = 0.77, Yellow = 0.97 and Black (K on CMYK) = 0.26.

Color convert

RGB189445-
CMYK00.770.970.26
HSL12.72º94.85%38.04%-
HSV(B)12.72º97.35%74.12%-
XYZ21.9112.631.43-
YUV82.9184.04203.67-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 79.41%
GREEN value IS 44 (17.58% from 255) = 18.49%
BLUE value IS 5 (2.34% from 255) = 2.10%
R=79.41%
G=18.49%
B=2.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.97
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18944500.770.970.2612.7294.8538.04
HexBD2C504D611Ad5f26
Octal2755450115141321513746
Binary101111011011001010100110111000011101011011011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2C05; }

 p { color: rgb(189,44,5); }

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

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

 a { background-color: rgb(189,44,5); }

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

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

 span { border-color: rgb(189,44,5); }

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