#BB3722

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

Shades of Harley Davidson Orange #BB3722

Tints of Harley Davidson Orange #BB3722

Color information

#BB3722 (or 0xBB3722) is unknown color: approx Harley Davidson Orange. HEX triplet: BB, 37 and 22. RGB value is (187,55,34). Sum of RGB (Red+Green+Blue) = 187+55+34=276 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.75% from 276); Green value is 55 (21.88% from 255 or 19.93% from 276); Blue value is 34 (13.67% from 255 or 12.32% from 276); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3722 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3722 is #44C8DD. Grayscale: #5C5C5C. Windows color (decimal): -4507870 or 2242491. OLE color: 2242491.

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

Color convert

RGB1875534-
CMYK00.710.820.27
HSL8.24º69.23%43.33%-
HSV(B)8.24º81.82%73.33%-
XYZ22.1513.412.93-
YUV92.0795.23195.71-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 67.75%
GREEN value IS 55 (21.88% from 255) = 19.93%
BLUE value IS 34 (13.67% from 255) = 12.32%
R=67.75%
G=19.93%
B=12.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187553400.710.820.278.2469.2343.33
HexBB3722047521B8452b
Octal27367420107122331010553
Binary101110111101111000100100011110100101101110001000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3722; }

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

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

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

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

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

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

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

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