#B62208

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

Shades of Harley Davidson Orange #B62208

Tints of Harley Davidson Orange #B62208

Color information

#B62208 (or 0xB62208) is unknown color: approx Harley Davidson Orange. HEX triplet: B6, 22 and 08. RGB value is (182,34,8). Sum of RGB (Red+Green+Blue) = 182+34+8=224 (29% of max value = 765). Red value is 182 (71.48% from 255 or 81.25% from 224); Green value is 34 (13.67% from 255 or 15.18% from 224); Blue value is 8 (3.52% from 255 or 3.57% from 224); Max value from RGB is 182 - color contains mainly: red. Hex color #B62208 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B62208 is #49DDF7. Grayscale: #4B4B4B. Windows color (decimal): -4840952 or 533174. OLE color: 533174.

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

Color convert

RGB182348-
CMYK00.810.960.29
HSL8.97º91.58%37.25%-
HSV(B)8.97º95.6%71.37%-
XYZ19.9111.111.32-
YUV75.2990.03204.11-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 81.25%
GREEN value IS 34 (13.67% from 255) = 15.18%
BLUE value IS 8 (3.52% from 255) = 3.57%
R=81.25%
G=15.18%
B=3.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.96
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18234800.810.960.298.9791.5837.25
HexB6228051601D95c25
Octal26642100121140351113445
Binary1011011010001010000101000111000001110110011011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62208; }

 p { color: rgb(182,34,8); }

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

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

 a { background-color: rgb(182,34,8); }

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

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

 span { border-color: rgb(182,34,8); }

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