#BB3820

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

Shades of Harley Davidson Orange #BB3820

Tints of Harley Davidson Orange #BB3820

Color information

#BB3820 (or 0xBB3820) is unknown color: approx Harley Davidson Orange. HEX triplet: BB, 38 and 20. RGB value is (187,56,32). Sum of RGB (Red+Green+Blue) = 187+56+32=275 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68% from 275); Green value is 56 (22.27% from 255 or 20.36% from 275); Blue value is 32 (12.89% from 255 or 11.64% from 275); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3820 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3820 is #44C7DF. Grayscale: #5C5C5C. Windows color (decimal): -4507616 or 2111675. OLE color: 2111675.

HSL color Cylindrical-coordinate representation of color #BB3820: hue angle of 9.29º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB3820 is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB1875632-
CMYK00.700.830.27
HSL9.29º70.78%42.94%-
HSV(B)9.29º82.89%73.33%-
XYZ22.1713.52.8-
YUV92.4393.9195.45-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 68%
GREEN value IS 56 (22.27% from 255) = 20.36%
BLUE value IS 32 (12.89% from 255) = 11.64%
R=68%
G=20.36%
B=11.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.83
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187563200.700.830.279.2970.7842.94
HexBB3820046531B9472b
Octal27370400106123331110753
Binary101110111110001000000100011010100111101110011000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3820; }

 p { color: rgb(187,56,32); }

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

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

 a { background-color: rgb(187,56,32); }

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

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

 span { border-color: rgb(187,56,32); }

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