#B62308

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

Shades of Harley Davidson Orange #B62308

Tints of Harley Davidson Orange #B62308

Color information

#B62308 (or 0xB62308) is unknown color: approx Harley Davidson Orange. HEX triplet: B6, 23 and 08. RGB value is (182,35,8). Sum of RGB (Red+Green+Blue) = 182+35+8=225 (29% of max value = 765). Red value is 182 (71.48% from 255 or 80.89% from 225); Green value is 35 (14.06% from 255 or 15.56% from 225); Blue value is 8 (3.52% from 255 or 3.56% from 225); Max value from RGB is 182 - color contains mainly: red. Hex color #B62308 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B62308 is #49DCF7. Grayscale: #4C4C4C. Windows color (decimal): -4840696 or 533430. OLE color: 533430.

HSL color Cylindrical-coordinate representation of color #B62308: hue angle of 9.31º 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 #B62308 is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB182358-
CMYK00.810.960.29
HSL9.31º91.58%37.25%-
HSV(B)9.31º95.6%71.37%-
XYZ19.9411.161.33-
YUV75.8889.7203.7-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 80.89%
GREEN value IS 35 (14.06% from 255) = 15.56%
BLUE value IS 8 (3.52% from 255) = 3.56%
R=80.89%
G=15.56%
B=3.56%

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
Decimal18235800.810.960.299.3191.5837.25
HexB6238051601D95c25
Octal26643100121140351113445
Binary1011011010001110000101000111000001110110011011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62308; }

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

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

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

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

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

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

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

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