#B38C2D

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

Shades of Hokey Pokey #B38C2D

Tints of Hokey Pokey #B38C2D

Color information

#B38C2D (or 0xB38C2D) is unknown color: approx Hokey Pokey. HEX triplet: B3, 8C and 2D. RGB value is (179,140,45). Sum of RGB (Red+Green+Blue) = 179+140+45=364 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.18% from 364); Green value is 140 (55.08% from 255 or 38.46% from 364); Blue value is 45 (17.97% from 255 or 12.36% from 364); Max value from RGB is 179 - color contains mainly: red. Hex color #B38C2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38C2D is #4C73D2. Grayscale: #8D8D8D. Windows color (decimal): -5010387 or 2985139. OLE color: 2985139.

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

Color convert

RGB17914045-
CMYK00.220.750.30
HSL42.54º59.82%43.92%-
HSV(B)42.54º74.86%70.2%-
XYZ28.4428.536.49-
YUV140.8373.92155.22-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.18%
GREEN value IS 140 (55.08% from 255) = 38.46%
BLUE value IS 45 (17.97% from 255) = 12.36%
R=49.18%
G=38.46%
B=12.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.75
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791404500.220.750.3042.5459.8243.92
HexB38C2D0164B1E2b3c2c
Octal2632145502611336537454
Binary1011001110001100101101010110100101111110101011111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38C2D; }

 p { color: rgb(179,140,45); }

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

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

 a { background-color: rgb(179,140,45); }

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

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

 span { border-color: rgb(179,140,45); }

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