#B38D35

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

Shades of Hokey Pokey #B38D35

Tints of Hokey Pokey #B38D35

Color information

#B38D35 (or 0xB38D35) is unknown color: approx Hokey Pokey. HEX triplet: B3, 8D and 35. RGB value is (179,141,53). Sum of RGB (Red+Green+Blue) = 179+141+53=373 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.99% from 373); Green value is 141 (55.47% from 255 or 37.80% from 373); Blue value is 53 (21.09% from 255 or 14.21% from 373); Max value from RGB is 179 - color contains mainly: red. Hex color #B38D35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38D35 is #4C72CA. Grayscale: #8E8E8E. Windows color (decimal): -5010123 or 3509683. OLE color: 3509683.

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

Color convert

RGB17914153-
CMYK00.210.700.30
HSL41.9º54.31%45.49%-
HSV(B)41.9º70.39%70.2%-
XYZ28.7628.897.43-
YUV142.3377.59154.16-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.99%
GREEN value IS 141 (55.47% from 255) = 37.80%
BLUE value IS 53 (21.09% from 255) = 14.21%
R=47.99%
G=37.80%
B=14.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.70
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791415300.210.700.3041.954.3145.49
HexB38D35015461E2a362d
Octal2632156502510636526655
Binary1011001110001101110101010101100011011110101010110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38D35; }

 p { color: rgb(179,141,53); }

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

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

 a { background-color: rgb(179,141,53); }

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

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

 span { border-color: rgb(179,141,53); }

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