#B68533

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

Shades of Hokey Pokey #B68533

Tints of Hokey Pokey #B68533

Color information

#B68533 (or 0xB68533) is unknown color: approx Hokey Pokey. HEX triplet: B6, 85 and 33. RGB value is (182,133,51). Sum of RGB (Red+Green+Blue) = 182+133+51=366 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.73% from 366); Green value is 133 (52.34% from 255 or 36.34% from 366); Blue value is 51 (20.31% from 255 or 13.93% from 366); Max value from RGB is 182 - color contains mainly: red. Hex color #B68533 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68533 is #497ACC. Grayscale: #8A8A8A. Windows color (decimal): -4815565 or 3376566. OLE color: 3376566.

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

Color convert

RGB18213351-
CMYK00.270.720.29
HSL37.56º56.22%45.69%-
HSV(B)37.56º71.98%71.37%-
XYZ28.2826.966.85-
YUV138.378.73159.17-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.73%
GREEN value IS 133 (52.34% from 255) = 36.34%
BLUE value IS 51 (20.31% from 255) = 13.93%
R=49.73%
G=36.34%
B=13.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821335100.270.720.2937.5656.2245.69
HexB6853301B481D26382e
Octal2662056303311035467056
Binary1011011010000101110011011011100100011101100110111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68533; }

 p { color: rgb(182,133,51); }

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

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

 a { background-color: rgb(182,133,51); }

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

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

 span { border-color: rgb(182,133,51); }

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