#B68E38

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

Shades of Hokey Pokey #B68E38

Tints of Hokey Pokey #B68E38

Color information

#B68E38 (or 0xB68E38) is unknown color: approx Hokey Pokey. HEX triplet: B6, 8E and 38. RGB value is (182,142,56). Sum of RGB (Red+Green+Blue) = 182+142+56=380 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.89% from 380); Green value is 142 (55.86% from 255 or 37.37% from 380); Blue value is 56 (22.27% from 255 or 14.74% from 380); Max value from RGB is 182 - color contains mainly: red. Hex color #B68E38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68E38 is #4971C7. Grayscale: #909090. Windows color (decimal): -4813256 or 3706550. OLE color: 3706550.

HSL color Cylindrical-coordinate representation of color #B68E38: hue angle of 40.95º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B68E38 is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB18214256-
CMYK00.220.690.29
HSL40.95º52.94%46.67%-
HSV(B)40.95º69.23%71.37%-
XYZ29.6829.587.89-
YUV144.1678.25154.99-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.89%
GREEN value IS 142 (55.86% from 255) = 37.37%
BLUE value IS 56 (22.27% from 255) = 14.74%
R=47.89%
G=37.37%
B=14.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821425600.220.690.2940.9552.9446.67
HexB68E38016451D29352f
Octal2662167002610535516557
Binary1011011010001110111000010110100010111101101001110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68E38; }

 p { color: rgb(182,142,56); }

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

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

 a { background-color: rgb(182,142,56); }

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

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

 span { border-color: rgb(182,142,56); }

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