#B68732

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

Shades of Hokey Pokey #B68732

Tints of Hokey Pokey #B68732

Color information

#B68732 (or 0xB68732) is unknown color: approx Hokey Pokey. HEX triplet: B6, 87 and 32. RGB value is (182,135,50). Sum of RGB (Red+Green+Blue) = 182+135+50=367 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.59% from 367); Green value is 135 (53.12% from 255 or 36.78% from 367); Blue value is 50 (19.92% from 255 or 13.62% from 367); Max value from RGB is 182 - color contains mainly: red. Hex color #B68732 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68732 is #4978CD. Grayscale: #8B8B8B. Windows color (decimal): -4815054 or 3311542. OLE color: 3311542.

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

Color convert

RGB18213550-
CMYK00.260.730.29
HSL38.64º56.9%45.49%-
HSV(B)38.64º72.53%71.37%-
XYZ28.5327.56.82-
YUV139.3677.57158.41-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.59%
GREEN value IS 135 (53.12% from 255) = 36.78%
BLUE value IS 50 (19.92% from 255) = 13.62%
R=49.59%
G=36.78%
B=13.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821355000.260.730.2938.6456.945.49
HexB6873201A491D27392d
Octal2662076203211135477155
Binary1011011010000111110010011010100100111101100111111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68732; }

 p { color: rgb(182,135,50); }

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

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

 a { background-color: rgb(182,135,50); }

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

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

 span { border-color: rgb(182,135,50); }

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