#B48532

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

Shades of Hokey Pokey #B48532

Tints of Hokey Pokey #B48532

Color information

#B48532 (or 0xB48532) is unknown color: approx Hokey Pokey. HEX triplet: B4, 85 and 32. RGB value is (180,133,50). Sum of RGB (Red+Green+Blue) = 180+133+50=363 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.59% from 363); Green value is 133 (52.34% from 255 or 36.64% from 363); Blue value is 50 (19.92% from 255 or 13.77% from 363); Max value from RGB is 180 - color contains mainly: red. Hex color #B48532 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48532 is #4B7ACD. Grayscale: #898989. Windows color (decimal): -4946638 or 3311028. OLE color: 3311028.

HSL color Cylindrical-coordinate representation of color #B48532: hue angle of 38.31º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B48532 is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB18013350-
CMYK00.260.720.29
HSL38.31º56.52%45.1%-
HSV(B)38.31º72.22%70.59%-
XYZ27.7926.716.71-
YUV137.5978.57158.25-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.59%
GREEN value IS 133 (52.34% from 255) = 36.64%
BLUE value IS 50 (19.92% from 255) = 13.77%
R=49.59%
G=36.64%
B=13.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801335000.260.720.2938.3156.5245.1
HexB4853201A481D26392d
Octal2642056203211035467155
Binary1011010010000101110010011010100100011101100110111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48532; }

 p { color: rgb(180,133,50); }

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

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

 a { background-color: rgb(180,133,50); }

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

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

 span { border-color: rgb(180,133,50); }

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