#B62600

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

Shades of Harley Davidson Orange #B62600

Tints of Harley Davidson Orange #B62600

Color information

#B62600 (or 0xB62600) is unknown color: approx Harley Davidson Orange. HEX triplet: B6, 26 and 00. RGB value is (182,38,0). Sum of RGB (Red+Green+Blue) = 182+38+0=220 (29% of max value = 765). Red value is 182 (71.48% from 255 or 82.73% from 220); Green value is 38 (15.23% from 255 or 17.27% from 220); Blue value is 0 (0.39% from 255 or 0% from 220); Max value from RGB is 182 - color contains mainly: red. Hex color #B62600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B62600 is #49D9FF. Grayscale: #4D4D4D. Windows color (decimal): -4839936 or 9910. OLE color: 9910.

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

Color convert

RGB182380-
CMYK00.7910.29
HSL12.53º100%35.69%-
HSV(B)12.53º100%71.37%-
XYZ19.9811.331.13-
YUV76.7284.71203.09-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 82.73%
GREEN value IS 38 (15.23% from 255) = 17.27%
BLUE value IS 0 (0.39% from 255) = 0%
R=82.73%
G=17.27%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 1
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18238000.7910.2912.5310035.69
HexB626004F641Dd6424
Octal2664600117144351514444
Binary1011011010011000100111111001001110111011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62600; }

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

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

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

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

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

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

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

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