#B68935

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

Shades of Hokey Pokey #B68935

Tints of Hokey Pokey #B68935

Color information

#B68935 (or 0xB68935) is unknown color: approx Hokey Pokey. HEX triplet: B6, 89 and 35. RGB value is (182,137,53). Sum of RGB (Red+Green+Blue) = 182+137+53=372 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.92% from 372); Green value is 137 (53.91% from 255 or 36.83% from 372); Blue value is 53 (21.09% from 255 or 14.25% from 372); Max value from RGB is 182 - color contains mainly: red. Hex color #B68935 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68935 is #4976CA. Grayscale: #8D8D8D. Windows color (decimal): -4814539 or 3508662. OLE color: 3508662.

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

Color convert

RGB18213753-
CMYK00.250.710.29
HSL39.07º54.89%46.08%-
HSV(B)39.07º70.88%71.37%-
XYZ28.8828.097.27-
YUV140.8878.41157.33-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.92%
GREEN value IS 137 (53.91% from 255) = 36.83%
BLUE value IS 53 (21.09% from 255) = 14.25%
R=48.92%
G=36.83%
B=14.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821375300.250.710.2939.0754.8946.08
HexB68935019471D27372e
Octal2662116503110735476756
Binary1011011010001001110101011001100011111101100111110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68935; }

 p { color: rgb(182,137,53); }

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

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

 a { background-color: rgb(182,137,53); }

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

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

 span { border-color: rgb(182,137,53); }

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