#B82700

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

Shades of Harley Davidson Orange #B82700

Tints of Harley Davidson Orange #B82700

Color information

#B82700 (or 0xB82700) is unknown color: approx Harley Davidson Orange. HEX triplet: B8, 27 and 00. RGB value is (184,39,0). Sum of RGB (Red+Green+Blue) = 184+39+0=223 (29% of max value = 765). Red value is 184 (72.27% from 255 or 82.51% from 223); Green value is 39 (15.62% from 255 or 17.49% from 223); Blue value is 0 (0.39% from 255 or 0% from 223); Max value from RGB is 184 - color contains mainly: red. Hex color #B82700 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82700 is #47D8FF. Grayscale: #4E4E4E. Windows color (decimal): -4708608 or 10168. OLE color: 10168.

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

Color convert

RGB184390-
CMYK00.7910.28
HSL12.72º100%36.08%-
HSV(B)12.72º100%72.16%-
XYZ20.4911.641.17-
YUV77.9184.04203.67-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 82.51%
GREEN value IS 39 (15.62% from 255) = 17.49%
BLUE value IS 0 (0.39% from 255) = 0%
R=82.51%
G=17.49%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 1
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18439000.7910.2812.7210036.08
HexB827004F641Cd6424
Octal2704700117144341514444
Binary1011100010011100100111111001001110011011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82700; }

 p { color: rgb(184,39,0); }

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

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

 a { background-color: rgb(184,39,0); }

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

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

 span { border-color: rgb(184,39,0); }

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