#BB8833

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

Shades of Hokey Pokey #BB8833

Tints of Hokey Pokey #BB8833

Color information

#BB8833 (or 0xBB8833) is unknown color: approx Hokey Pokey. HEX triplet: BB, 88 and 33. RGB value is (187,136,51). Sum of RGB (Red+Green+Blue) = 187+136+51=374 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 51 (20.31% from 255 or 13.64% from 374); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8833 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8833 is #4477CC. Grayscale: #8D8D8D. Windows color (decimal): -4487117 or 3377339. OLE color: 3377339.

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

Color convert

RGB18713651-
CMYK00.270.730.27
HSL37.5º57.14%46.67%-
HSV(B)37.5º72.73%73.33%-
XYZ29.928.417.04-
YUV141.5676.9160.41-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50%
GREEN value IS 136 (53.52% from 255) = 36.36%
BLUE value IS 51 (20.31% from 255) = 13.64%
R=50%
G=36.36%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871365100.270.730.2737.557.1446.67
HexBB883301B491B26392f
Octal2732106303311133467157
Binary1011101110001000110011011011100100111011100110111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8833; }

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

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

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

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

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

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

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

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