#B69131

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

Shades of Hokey Pokey #B69131

Tints of Hokey Pokey #B69131

Color information

#B69131 (or 0xB69131) is unknown color: approx Hokey Pokey. HEX triplet: B6, 91 and 31. RGB value is (182,145,49). Sum of RGB (Red+Green+Blue) = 182+145+49=376 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.40% from 376); Green value is 145 (57.03% from 255 or 38.56% from 376); Blue value is 49 (19.53% from 255 or 13.03% from 376); Max value from RGB is 182 - color contains mainly: red. Hex color #B69131 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B69131 is #496ECE. Grayscale: #919191. Windows color (decimal): -4812495 or 3248566. OLE color: 3248566.

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

Color convert

RGB18214549-
CMYK00.200.730.29
HSL43.31º57.58%45.29%-
HSV(B)43.31º73.08%71.37%-
XYZ29.9730.427.2-
YUV145.1273.76154.31-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.40%
GREEN value IS 145 (57.03% from 255) = 38.56%
BLUE value IS 49 (19.53% from 255) = 13.03%
R=48.40%
G=38.56%
B=13.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821454900.200.730.2943.3157.5845.29
HexB69131014491D2b3a2d
Octal2662216102411135537255
Binary1011011010010001110001010100100100111101101011111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69131; }

 p { color: rgb(182,145,49); }

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

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

 a { background-color: rgb(182,145,49); }

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

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

 span { border-color: rgb(182,145,49); }

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