#B62A05

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

Shades of Harley Davidson Orange #B62A05

Tints of Harley Davidson Orange #B62A05

Color information

#B62A05 (or 0xB62A05) is unknown color: approx Harley Davidson Orange. HEX triplet: B6, 2A and 05. RGB value is (182,42,5). Sum of RGB (Red+Green+Blue) = 182+42+5=229 (30% of max value = 765). Red value is 182 (71.48% from 255 or 79.48% from 229); Green value is 42 (16.80% from 255 or 18.34% from 229); Blue value is 5 (2.34% from 255 or 2.18% from 229); Max value from RGB is 182 - color contains mainly: red. Hex color #B62A05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B62A05 is #49D5FA. Grayscale: #4F4F4F. Windows color (decimal): -4838907 or 338614. OLE color: 338614.

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

Color convert

RGB182425-
CMYK00.770.970.29
HSL12.54º94.65%36.67%-
HSV(B)12.54º97.25%71.37%-
XYZ20.1511.611.32-
YUV79.6485.88201.01-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 79.48%
GREEN value IS 42 (16.80% from 255) = 18.34%
BLUE value IS 5 (2.34% from 255) = 2.18%
R=79.48%
G=18.34%
B=2.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.97
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18242500.770.970.2912.5494.6536.67
HexB62A504D611Dd5f25
Octal2665250115141351513745
Binary101101101010101010100110111000011110111011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62A05; }

 p { color: rgb(182,42,5); }

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

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

 a { background-color: rgb(182,42,5); }

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

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

 span { border-color: rgb(182,42,5); }

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