#B38F36

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

Shades of Hokey Pokey #B38F36

Tints of Hokey Pokey #B38F36

Color information

#B38F36 (or 0xB38F36) is unknown color: approx Hokey Pokey. HEX triplet: B3, 8F and 36. RGB value is (179,143,54). Sum of RGB (Red+Green+Blue) = 179+143+54=376 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.61% from 376); Green value is 143 (56.25% from 255 or 38.03% from 376); Blue value is 54 (21.48% from 255 or 14.36% from 376); Max value from RGB is 179 - color contains mainly: red. Hex color #B38F36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38F36 is #4C70C9. Grayscale: #909090. Windows color (decimal): -5009610 or 3575731. OLE color: 3575731.

HSL color Cylindrical-coordinate representation of color #B38F36: hue angle of 42.72º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B38F36 is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.30.

Color convert

RGB17914354-
CMYK00.200.700.30
HSL42.72º53.65%45.69%-
HSV(B)42.72º69.83%70.2%-
XYZ29.0829.497.65-
YUV143.6277.43153.24-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.61%
GREEN value IS 143 (56.25% from 255) = 38.03%
BLUE value IS 54 (21.48% from 255) = 14.36%
R=47.61%
G=38.03%
B=14.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.70
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791435400.200.700.3042.7253.6545.69
HexB38F36014461E2b362e
Octal2632176602410636536656
Binary1011001110001111110110010100100011011110101011110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38F36; }

 p { color: rgb(179,143,54); }

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

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

 a { background-color: rgb(179,143,54); }

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

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

 span { border-color: rgb(179,143,54); }

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