#BB9834

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

Shades of Hokey Pokey #BB9834

Tints of Hokey Pokey #BB9834

Color information

#BB9834 (or 0xBB9834) is unknown color: approx Hokey Pokey. HEX triplet: BB, 98 and 34. RGB value is (187,152,52). Sum of RGB (Red+Green+Blue) = 187+152+52=391 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.83% from 391); Green value is 152 (59.77% from 255 or 38.87% from 391); Blue value is 52 (20.70% from 255 or 13.30% from 391); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9834 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9834 is #4467CB. Grayscale: #979797. Windows color (decimal): -4483020 or 3446971. OLE color: 3446971.

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

Color convert

RGB18715252-
CMYK00.190.720.27
HSL44.44º56.49%46.86%-
HSV(B)44.44º72.19%73.33%-
XYZ32.3433.277.97-
YUV151.0672.1153.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.83%
GREEN value IS 152 (59.77% from 255) = 38.87%
BLUE value IS 52 (20.70% from 255) = 13.30%
R=47.83%
G=38.87%
B=13.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871525200.190.720.2744.4456.4946.86
HexBB9834013481B2c382f
Octal2732306402311033547057
Binary1011101110011000110100010011100100011011101100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9834; }

 p { color: rgb(187,152,52); }

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

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

 a { background-color: rgb(187,152,52); }

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

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

 span { border-color: rgb(187,152,52); }

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