#BB9738

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

Shades of Hokey Pokey #BB9738

Tints of Hokey Pokey #BB9738

Color information

#BB9738 (or 0xBB9738) is unknown color: approx Hokey Pokey. HEX triplet: BB, 97 and 38. RGB value is (187,151,56). Sum of RGB (Red+Green+Blue) = 187+151+56=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 151 (59.38% from 255 or 38.32% from 394); Blue value is 56 (22.27% from 255 or 14.21% from 394); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9738 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9738 is #4468C7. Grayscale: #979797. Windows color (decimal): -4483272 or 3708859. OLE color: 3708859.

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

Color convert

RGB18715156-
CMYK00.190.700.27
HSL43.51º53.91%47.65%-
HSV(B)43.51º70.05%73.33%-
XYZ32.2732.988.41-
YUV150.9374.43153.72-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.46%
GREEN value IS 151 (59.38% from 255) = 38.32%
BLUE value IS 56 (22.27% from 255) = 14.21%
R=47.46%
G=38.32%
B=14.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871515600.190.700.2743.5153.9147.65
HexBB9738013461B2c3630
Octal2732277002310633546660
Binary1011101110010111111000010011100011011011101100110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9738; }

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

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

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

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

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

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

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

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