#BB3922

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

Shades of Harley Davidson Orange #BB3922

Tints of Harley Davidson Orange #BB3922

Color information

#BB3922 (or 0xBB3922) is unknown color: approx Harley Davidson Orange. HEX triplet: BB, 39 and 22. RGB value is (187,57,34). Sum of RGB (Red+Green+Blue) = 187+57+34=278 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.27% from 278); Green value is 57 (22.66% from 255 or 20.50% from 278); Blue value is 34 (13.67% from 255 or 12.23% from 278); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3922 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3922 is #44C6DD. Grayscale: #5D5D5D. Windows color (decimal): -4507358 or 2243003. OLE color: 2243003.

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

Color convert

RGB1875734-
CMYK00.700.820.27
HSL9.02º69.23%43.33%-
HSV(B)9.02º81.82%73.33%-
XYZ22.2513.612.97-
YUV93.2594.57194.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 67.27%
GREEN value IS 57 (22.66% from 255) = 20.50%
BLUE value IS 34 (13.67% from 255) = 12.23%
R=67.27%
G=20.50%
B=12.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187573400.700.820.279.0269.2343.33
HexBB3922046521B9452b
Octal27371420106122331110553
Binary101110111110011000100100011010100101101110011000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3922; }

 p { color: rgb(187,57,34); }

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

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

 a { background-color: rgb(187,57,34); }

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

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

 span { border-color: rgb(187,57,34); }

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