#B38931

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

Shades of Hokey Pokey #B38931

Tints of Hokey Pokey #B38931

Color information

#B38931 (or 0xB38931) is unknown color: approx Hokey Pokey. HEX triplet: B3, 89 and 31. RGB value is (179,137,49). Sum of RGB (Red+Green+Blue) = 179+137+49=365 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.04% from 365); Green value is 137 (53.91% from 255 or 37.53% from 365); Blue value is 49 (19.53% from 255 or 13.42% from 365); Max value from RGB is 179 - color contains mainly: red. Hex color #B38931 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38931 is #4C76CE. Grayscale: #8B8B8B. Windows color (decimal): -5011151 or 3246515. OLE color: 3246515.

HSL color Cylindrical-coordinate representation of color #B38931: hue angle of 40.62º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B38931 is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.30.

Color convert

RGB17913749-
CMYK00.230.730.30
HSL40.62º57.02%44.71%-
HSV(B)40.62º72.63%70.2%-
XYZ28.0927.76.77-
YUV139.5376.91156.16-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.04%
GREEN value IS 137 (53.91% from 255) = 37.53%
BLUE value IS 49 (19.53% from 255) = 13.42%
R=49.04%
G=37.53%
B=13.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.73
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791374900.230.730.3040.6257.0244.71
HexB38931017491E29392d
Octal2632116102711136517155
Binary1011001110001001110001010111100100111110101001111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38931; }

 p { color: rgb(179,137,49); }

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

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

 a { background-color: rgb(179,137,49); }

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

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

 span { border-color: rgb(179,137,49); }

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