#B62100

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

Shades of Harley Davidson Orange #B62100

Tints of Harley Davidson Orange #B62100

Color information

#B62100 (or 0xB62100) is unknown color: approx Harley Davidson Orange. HEX triplet: B6, 21 and 00. RGB value is (182,33,0). Sum of RGB (Red+Green+Blue) = 182+33+0=215 (28% of max value = 765). Red value is 182 (71.48% from 255 or 84.65% from 215); Green value is 33 (13.28% from 255 or 15.35% from 215); Blue value is 0 (0.39% from 255 or 0% from 215); Max value from RGB is 182 - color contains mainly: red. Hex color #B62100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B62100 is #49DEFF. Grayscale: #4A4A4A. Windows color (decimal): -4841216 or 8630. OLE color: 8630.

HSL color Cylindrical-coordinate representation of color #B62100: hue angle of 10.88º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B62100 is Cyan = 0, Magento = 0.82, Yellow = 1 and Black (K on CMYK) = 0.29.

Color convert

RGB182330-
CMYK00.8210.29
HSL10.88º100%35.69%-
HSV(B)10.88º100%71.37%-
XYZ19.8411.031.08-
YUV73.7986.36205.18-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 84.65%
GREEN value IS 33 (13.28% from 255) = 15.35%
BLUE value IS 0 (0.39% from 255) = 0%
R=84.65%
G=15.35%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 1
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18233000.8210.2910.8810035.69
HexB6210052641Db6424
Octal2664100122144351314444
Binary1011011010000100101001011001001110110111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62100; }

 p { color: rgb(182,33,0); }

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

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

 a { background-color: rgb(182,33,0); }

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

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

 span { border-color: rgb(182,33,0); }

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