#B68D2F

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

Shades of Hokey Pokey #B68D2F

Tints of Hokey Pokey #B68D2F

Color information

#B68D2F (or 0xB68D2F) is unknown color: approx Hokey Pokey. HEX triplet: B6, 8D and 2F. RGB value is (182,141,47). Sum of RGB (Red+Green+Blue) = 182+141+47=370 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.19% from 370); Green value is 141 (55.47% from 255 or 38.11% from 370); Blue value is 47 (18.75% from 255 or 12.70% from 370); Max value from RGB is 182 - color contains mainly: red. Hex color #B68D2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68D2F is #4972D0. Grayscale: #8E8E8E. Windows color (decimal): -4813521 or 3116470. OLE color: 3116470.

HSL color Cylindrical-coordinate representation of color #B68D2F: hue angle of 41.78º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B68D2F is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB18214147-
CMYK00.230.740.29
HSL41.78º58.95%44.9%-
HSV(B)41.78º74.18%71.37%-
XYZ29.3329.26.78-
YUV142.5474.08156.14-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.19%
GREEN value IS 141 (55.47% from 255) = 38.11%
BLUE value IS 47 (18.75% from 255) = 12.70%
R=49.19%
G=38.11%
B=12.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821414700.230.740.2941.7858.9544.9
HexB68D2F0174A1D2a3b2d
Octal2662155702711235527355
Binary1011011010001101101111010111100101011101101010111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68D2F; }

 p { color: rgb(182,141,47); }

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

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

 a { background-color: rgb(182,141,47); }

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

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

 span { border-color: rgb(182,141,47); }

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