#BB3622

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

Shades of Harley Davidson Orange #BB3622

Tints of Harley Davidson Orange #BB3622

Color information

#BB3622 (or 0xBB3622) is unknown color: approx Harley Davidson Orange. HEX triplet: BB, 36 and 22. RGB value is (187,54,34). Sum of RGB (Red+Green+Blue) = 187+54+34=275 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68% from 275); Green value is 54 (21.48% from 255 or 19.64% from 275); Blue value is 34 (13.67% from 255 or 12.36% from 275); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3622 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3622 is #44C9DD. Grayscale: #5B5B5B. Windows color (decimal): -4508126 or 2242235. OLE color: 2242235.

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

Color convert

RGB1875434-
CMYK00.710.820.27
HSL7.84º69.23%43.33%-
HSV(B)7.84º81.82%73.33%-
XYZ22.113.322.92-
YUV91.4995.56196.13-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 68%
GREEN value IS 54 (21.48% from 255) = 19.64%
BLUE value IS 34 (13.67% from 255) = 12.36%
R=68%
G=19.64%
B=12.36%

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
Decimal187543400.710.820.277.8469.2343.33
HexBB3622047521B8452b
Octal27366420107122331010553
Binary101110111101101000100100011110100101101110001000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3622; }

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

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

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

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

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

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

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

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