#B83A21

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

Shades of Harley Davidson Orange #B83A21

Tints of Harley Davidson Orange #B83A21

Color information

#B83A21 (or 0xB83A21) is unknown color: approx Harley Davidson Orange. HEX triplet: B8, 3A and 21. RGB value is (184,58,33). Sum of RGB (Red+Green+Blue) = 184+58+33=275 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.91% from 275); Green value is 58 (23.05% from 255 or 21.09% from 275); Blue value is 33 (13.28% from 255 or 12% from 275); Max value from RGB is 184 - color contains mainly: red. Hex color #B83A21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83A21 is #47C5DE. Grayscale: #5D5D5D. Windows color (decimal): -4703711 or 2177720. OLE color: 2177720.

HSL color Cylindrical-coordinate representation of color #B83A21: hue angle of 9.93º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B83A21 is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.28.

Color convert

RGB1845833-
CMYK00.680.820.28
HSL9.93º69.59%42.55%-
HSV(B)9.93º82.07%72.16%-
XYZ21.5513.332.88-
YUV92.8294.24193.03-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 66.91%
GREEN value IS 58 (23.05% from 255) = 21.09%
BLUE value IS 33 (13.28% from 255) = 12%
R=66.91%
G=21.09%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.82
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184583300.680.820.289.9369.5942.55
HexB83A21044521Ca462b
Octal27072410104122341210653
Binary101110001110101000010100010010100101110010101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83A21; }

 p { color: rgb(184,58,33); }

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

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

 a { background-color: rgb(184,58,33); }

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

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

 span { border-color: rgb(184,58,33); }

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