#BB9333

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

Shades of Hokey Pokey #BB9333

Tints of Hokey Pokey #BB9333

Color information

#BB9333 (or 0xBB9333) is unknown color: approx Hokey Pokey. HEX triplet: BB, 93 and 33. RGB value is (187,147,51). Sum of RGB (Red+Green+Blue) = 187+147+51=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 147 (57.81% from 255 or 38.18% from 385); Blue value is 51 (20.31% from 255 or 13.25% from 385); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9333 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9333 is #446CCC. Grayscale: #949494. Windows color (decimal): -4484301 or 3380155. OLE color: 3380155.

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

Color convert

RGB18714751-
CMYK00.210.730.27
HSL42.35º57.14%46.67%-
HSV(B)42.35º72.73%73.33%-
XYZ31.5231.677.58-
YUV148.0273.25155.81-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.57%
GREEN value IS 147 (57.81% from 255) = 38.18%
BLUE value IS 51 (20.31% from 255) = 13.25%
R=48.57%
G=38.18%
B=13.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871475100.210.730.2742.3557.1446.67
HexBB9333015491B2a392f
Octal2732236302511133527157
Binary1011101110010011110011010101100100111011101010111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9333; }

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

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

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

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

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

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

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

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