#B82B07

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

Shades of Harley Davidson Orange #B82B07

Tints of Harley Davidson Orange #B82B07

Color information

#B82B07 (or 0xB82B07) is unknown color: approx Harley Davidson Orange. HEX triplet: B8, 2B and 07. RGB value is (184,43,7). Sum of RGB (Red+Green+Blue) = 184+43+7=234 (30% of max value = 765). Red value is 184 (72.27% from 255 or 78.63% from 234); Green value is 43 (17.19% from 255 or 18.38% from 234); Blue value is 7 (3.12% from 255 or 2.99% from 234); Max value from RGB is 184 - color contains mainly: red. Hex color #B82B07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82B07 is #47D4F8. Grayscale: #515151. Windows color (decimal): -4707577 or 469944. OLE color: 469944.

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

Color convert

RGB184437-
CMYK00.770.960.28
HSL12.2º92.67%37.45%-
HSV(B)12.2º96.2%72.16%-
XYZ20.6711.931.41-
YUV81.0686.21201.43-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 78.63%
GREEN value IS 43 (17.19% from 255) = 18.38%
BLUE value IS 7 (3.12% from 255) = 2.99%
R=78.63%
G=18.38%
B=2.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.96
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18443700.770.960.2812.292.6737.45
HexB82B704D601Cc5d25
Octal2705370115140341413545
Binary101110001010111110100110111000001110011001011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82B07; }

 p { color: rgb(184,43,7); }

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

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

 a { background-color: rgb(184,43,7); }

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

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

 span { border-color: rgb(184,43,7); }

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