#B62B0C

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

Shades of Harley Davidson Orange #B62B0C

Tints of Harley Davidson Orange #B62B0C

Color information

#B62B0C (or 0xB62B0C) is unknown color: approx Harley Davidson Orange. HEX triplet: B6, 2B and 0C. RGB value is (182,43,12). Sum of RGB (Red+Green+Blue) = 182+43+12=237 (31% of max value = 765). Red value is 182 (71.48% from 255 or 76.79% from 237); Green value is 43 (17.19% from 255 or 18.14% from 237); Blue value is 12 (5.08% from 255 or 5.06% from 237); Max value from RGB is 182 - color contains mainly: red. Hex color #B62B0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B62B0C is #49D4F3. Grayscale: #515151. Windows color (decimal): -4838644 or 797622. OLE color: 797622.

HSL color Cylindrical-coordinate representation of color #B62B0C: hue angle of 10.94º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B62B0C is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB1824312-
CMYK00.760.930.29
HSL10.94º87.63%38.04%-
HSV(B)10.94º93.41%71.37%-
XYZ20.2211.71.54-
YUV81.0389.05200.02-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 76.79%
GREEN value IS 43 (17.19% from 255) = 18.14%
BLUE value IS 12 (5.08% from 255) = 5.06%
R=76.79%
G=18.14%
B=5.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182431200.760.930.2910.9487.6338.04
HexB62BC04C5D1Db5826
Octal26653140114135351313046
Binary1011011010101111000100110010111011110110111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62B0C; }

 p { color: rgb(182,43,12); }

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

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

 a { background-color: rgb(182,43,12); }

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

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

 span { border-color: rgb(182,43,12); }

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