#BB9339

Color #BB9339 Hokey Pokey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hokey Pokey #BB9339

Tints of Hokey Pokey #BB9339

Color information

#BB9339 (or 0xBB9339) is unknown color: approx Hokey Pokey. HEX triplet: BB, 93 and 39. RGB value is (187,147,57). Sum of RGB (Red+Green+Blue) = 187+147+57=391 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.83% from 391); Green value is 147 (57.81% from 255 or 37.60% from 391); Blue value is 57 (22.66% from 255 or 14.58% from 391); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9339 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9339 is #446CC6. Grayscale: #959595. Windows color (decimal): -4484295 or 3773371. OLE color: 3773371.

HSL color Cylindrical-coordinate representation of color #BB9339: hue angle of 41.54º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB9339 is Cyan = 0, Magento = 0.21, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB18714757-
CMYK00.210.700.27
HSL41.54º53.28%47.84%-
HSV(B)41.54º69.52%73.33%-
XYZ31.6731.738.33-
YUV148.776.25155.32-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.83%
GREEN value IS 147 (57.81% from 255) = 37.60%
BLUE value IS 57 (22.66% from 255) = 14.58%
R=47.83%
G=37.60%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871475700.210.700.2741.5453.2847.84
HexBB9339015461B2a3530
Octal2732237102510633526560
Binary1011101110010011111001010101100011011011101010110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9339; }

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

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

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

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

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

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

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

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