#B68A31

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

Shades of Hokey Pokey #B68A31

Tints of Hokey Pokey #B68A31

Color information

#B68A31 (or 0xB68A31) is unknown color: approx Hokey Pokey. HEX triplet: B6, 8A and 31. RGB value is (182,138,49). Sum of RGB (Red+Green+Blue) = 182+138+49=369 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.32% from 369); Green value is 138 (54.30% from 255 or 37.40% from 369); Blue value is 49 (19.53% from 255 or 13.28% from 369); Max value from RGB is 182 - color contains mainly: red. Hex color #B68A31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68A31 is #4975CE. Grayscale: #8D8D8D. Windows color (decimal): -4814287 or 3246774. OLE color: 3246774.

HSL color Cylindrical-coordinate representation of color #B68A31: hue angle of 40.15º degrees, saturation: 0.58, 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 #B68A31 is Cyan = 0, Magento = 0.24, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB18213849-
CMYK00.240.730.29
HSL40.15º57.58%45.29%-
HSV(B)40.15º73.08%71.37%-
XYZ28.9328.346.85-
YUV141.0176.08157.24-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.32%
GREEN value IS 138 (54.30% from 255) = 37.40%
BLUE value IS 49 (19.53% from 255) = 13.28%
R=49.32%
G=37.40%
B=13.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821384900.240.730.2940.1557.5845.29
HexB68A31018491D283a2d
Octal2662126103011135507255
Binary1011011010001010110001011000100100111101101000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68A31; }

 p { color: rgb(182,138,49); }

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

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

 a { background-color: rgb(182,138,49); }

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

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

 span { border-color: rgb(182,138,49); }

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