#B69334

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

Shades of Hokey Pokey #B69334

Tints of Hokey Pokey #B69334

Color information

#B69334 (or 0xB69334) is unknown color: approx Hokey Pokey. HEX triplet: B6, 93 and 34. RGB value is (182,147,52). Sum of RGB (Red+Green+Blue) = 182+147+52=381 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.77% from 381); Green value is 147 (57.81% from 255 or 38.58% from 381); Blue value is 52 (20.70% from 255 or 13.65% from 381); Max value from RGB is 182 - color contains mainly: red. Hex color #B69334 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B69334 is #496CCB. Grayscale: #939393. Windows color (decimal): -4811980 or 3445686. OLE color: 3445686.

HSL color Cylindrical-coordinate representation of color #B69334: hue angle of 43.85º degrees, saturation: 0.56, 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 #B69334 is Cyan = 0, Magento = 0.19, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB18214752-
CMYK00.190.710.29
HSL43.85º55.56%45.88%-
HSV(B)43.85º71.43%71.37%-
XYZ30.3431.067.64-
YUV146.6474.6153.22-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.77%
GREEN value IS 147 (57.81% from 255) = 38.58%
BLUE value IS 52 (20.70% from 255) = 13.65%
R=47.77%
G=38.58%
B=13.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821475200.190.710.2943.8555.5645.88
HexB69334013471D2c382e
Octal2662236402310735547056
Binary1011011010010011110100010011100011111101101100111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69334; }

 p { color: rgb(182,147,52); }

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

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

 a { background-color: rgb(182,147,52); }

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

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

 span { border-color: rgb(182,147,52); }

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