#B38A2F

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

Shades of Hokey Pokey #B38A2F

Tints of Hokey Pokey #B38A2F

Color information

#B38A2F (or 0xB38A2F) is unknown color: approx Hokey Pokey. HEX triplet: B3, 8A and 2F. RGB value is (179,138,47). Sum of RGB (Red+Green+Blue) = 179+138+47=364 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.18% from 364); Green value is 138 (54.30% from 255 or 37.91% from 364); Blue value is 47 (18.75% from 255 or 12.91% from 364); Max value from RGB is 179 - color contains mainly: red. Hex color #B38A2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38A2F is #4C75D0. Grayscale: #8C8C8C. Windows color (decimal): -5010897 or 3115699. OLE color: 3115699.

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

Color convert

RGB17913847-
CMYK00.230.740.30
HSL41.36º58.41%44.31%-
HSV(B)41.36º73.74%70.2%-
XYZ28.1927.976.6-
YUV139.8875.58155.9-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.18%
GREEN value IS 138 (54.30% from 255) = 37.91%
BLUE value IS 47 (18.75% from 255) = 12.91%
R=49.18%
G=37.91%
B=12.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.74
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791384700.230.740.3041.3658.4144.31
HexB38A2F0174A1E293a2c
Octal2632125702711236517254
Binary1011001110001010101111010111100101011110101001111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38A2F; }

 p { color: rgb(179,138,47); }

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

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

 a { background-color: rgb(179,138,47); }

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

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

 span { border-color: rgb(179,138,47); }

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