#BB9733

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

Shades of Hokey Pokey #BB9733

Tints of Hokey Pokey #BB9733

Color information

#BB9733 (or 0xBB9733) is unknown color: approx Hokey Pokey. HEX triplet: BB, 97 and 33. RGB value is (187,151,51). Sum of RGB (Red+Green+Blue) = 187+151+51=389 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.07% from 389); Green value is 151 (59.38% from 255 or 38.82% from 389); Blue value is 51 (20.31% from 255 or 13.11% from 389); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9733 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9733 is #4468CC. Grayscale: #969696. Windows color (decimal): -4483277 or 3381179. OLE color: 3381179.

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

Color convert

RGB18715151-
CMYK00.190.730.27
HSL44.12º57.14%46.67%-
HSV(B)44.12º72.73%73.33%-
XYZ32.1632.947.79-
YUV150.3671.93154.13-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.07%
GREEN value IS 151 (59.38% from 255) = 38.82%
BLUE value IS 51 (20.31% from 255) = 13.11%
R=48.07%
G=38.82%
B=13.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871515100.190.730.2744.1257.1446.67
HexBB9733013491B2c392f
Octal2732276302311133547157
Binary1011101110010111110011010011100100111011101100111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9733; }

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

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

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

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

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

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

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

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