#B82902

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

Shades of Harley Davidson Orange #B82902

Tints of Harley Davidson Orange #B82902

Color information

#B82902 (or 0xB82902) is unknown color: approx Harley Davidson Orange. HEX triplet: B8, 29 and 02. RGB value is (184,41,2). Sum of RGB (Red+Green+Blue) = 184+41+2=227 (30% of max value = 765). Red value is 184 (72.27% from 255 or 81.06% from 227); Green value is 41 (16.41% from 255 or 18.06% from 227); Blue value is 2 (1.17% from 255 or 0.88% from 227); Max value from RGB is 184 - color contains mainly: red. Hex color #B82902 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82902 is #47D6FD. Grayscale: #4F4F4F. Windows color (decimal): -4708094 or 141752. OLE color: 141752.

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

Color convert

RGB184412-
CMYK00.780.990.28
HSL12.86º97.85%36.47%-
HSV(B)12.86º98.91%72.16%-
XYZ20.5711.781.25-
YUV79.3184.38202.67-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 81.06%
GREEN value IS 41 (16.41% from 255) = 18.06%
BLUE value IS 2 (1.17% from 255) = 0.88%
R=81.06%
G=18.06%
B=0.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.99
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18441200.780.990.2812.8697.8536.47
HexB829204E631Cd6224
Octal2705120116143341514244
Binary10111000101001100100111011000111110011011100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82902; }

 p { color: rgb(184,41,2); }

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

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

 a { background-color: rgb(184,41,2); }

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

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

 span { border-color: rgb(184,41,2); }

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