#B82A0F

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

Shades of Harley Davidson Orange #B82A0F

Tints of Harley Davidson Orange #B82A0F

Color information

#B82A0F (or 0xB82A0F) is unknown color: approx Harley Davidson Orange. HEX triplet: B8, 2A and 0F. RGB value is (184,42,15). Sum of RGB (Red+Green+Blue) = 184+42+15=241 (31% of max value = 765). Red value is 184 (72.27% from 255 or 76.35% from 241); Green value is 42 (16.80% from 255 or 17.43% from 241); Blue value is 15 (6.25% from 255 or 6.22% from 241); Max value from RGB is 184 - color contains mainly: red. Hex color #B82A0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82A0F is #47D5F0. Grayscale: #515151. Windows color (decimal): -4707825 or 993976. OLE color: 993976.

HSL color Cylindrical-coordinate representation of color #B82A0F: hue angle of 9.59º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B82A0F is Cyan = 0, Magento = 0.77, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB1844215-
CMYK00.770.920.28
HSL9.59º84.92%39.02%-
HSV(B)9.59º91.85%72.16%-
XYZ20.6811.881.66-
YUV81.3890.54201.2-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 76.35%
GREEN value IS 42 (16.80% from 255) = 17.43%
BLUE value IS 15 (6.25% from 255) = 6.22%
R=76.35%
G=17.43%
B=6.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.92
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184421500.770.920.289.5984.9239.02
HexB82AF04D5C1Ca5527
Octal27052170115134341212547
Binary1011100010101011110100110110111001110010101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82A0F; }

 p { color: rgb(184,42,15); }

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

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

 a { background-color: rgb(184,42,15); }

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

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

 span { border-color: rgb(184,42,15); }

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