#B83621

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

Shades of Harley Davidson Orange #B83621

Tints of Harley Davidson Orange #B83621

Color information

#B83621 (or 0xB83621) is unknown color: approx Harley Davidson Orange. HEX triplet: B8, 36 and 21. RGB value is (184,54,33). Sum of RGB (Red+Green+Blue) = 184+54+33=271 (35% of max value = 765). Red value is 184 (72.27% from 255 or 67.90% from 271); Green value is 54 (21.48% from 255 or 19.93% from 271); Blue value is 33 (13.28% from 255 or 12.18% from 271); Max value from RGB is 184 - color contains mainly: red. Hex color #B83621 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83621 is #47C9DE. Grayscale: #5A5A5A. Windows color (decimal): -4704735 or 2176696. OLE color: 2176696.

HSL color Cylindrical-coordinate representation of color #B83621: hue angle of 8.34º 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 #B83621 is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.28.

Color convert

RGB1845433-
CMYK00.710.820.28
HSL8.34º69.59%42.55%-
HSV(B)8.34º82.07%72.16%-
XYZ21.3612.942.81-
YUV90.4895.57194.71-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 67.90%
GREEN value IS 54 (21.48% from 255) = 19.93%
BLUE value IS 33 (13.28% from 255) = 12.18%
R=67.90%
G=19.93%
B=12.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.82
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184543300.710.820.288.3469.5942.55
HexB83621047521C8462b
Octal27066410107122341010653
Binary101110001101101000010100011110100101110010001000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83621; }

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

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

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

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

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

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

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

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