#B68F36

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

Shades of Hokey Pokey #B68F36

Tints of Hokey Pokey #B68F36

Color information

#B68F36 (or 0xB68F36) is unknown color: approx Hokey Pokey. HEX triplet: B6, 8F and 36. RGB value is (182,143,54). Sum of RGB (Red+Green+Blue) = 182+143+54=379 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.02% from 379); Green value is 143 (56.25% from 255 or 37.73% from 379); Blue value is 54 (21.48% from 255 or 14.25% from 379); Max value from RGB is 182 - color contains mainly: red. Hex color #B68F36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68F36 is #4970C9. Grayscale: #909090. Windows color (decimal): -4813002 or 3575734. OLE color: 3575734.

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

Color convert

RGB18214354-
CMYK00.210.700.29
HSL41.72º54.24%46.27%-
HSV(B)41.72º70.33%71.37%-
XYZ29.7829.867.68-
YUV144.5176.92154.74-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.02%
GREEN value IS 143 (56.25% from 255) = 37.73%
BLUE value IS 54 (21.48% from 255) = 14.25%
R=48.02%
G=37.73%
B=14.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.70
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821435400.210.700.2941.7254.2446.27
HexB68F36015461D2a362e
Octal2662176602510635526656
Binary1011011010001111110110010101100011011101101010110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68F36; }

 p { color: rgb(182,143,54); }

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

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

 a { background-color: rgb(182,143,54); }

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

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

 span { border-color: rgb(182,143,54); }

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