#BE8E32

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

Shades of Hokey Pokey #BE8E32

Tints of Hokey Pokey #BE8E32

Color information

#BE8E32 (or 0xBE8E32) is unknown color: approx Hokey Pokey. HEX triplet: BE, 8E and 32. RGB value is (190,142,50). Sum of RGB (Red+Green+Blue) = 190+142+50=382 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.74% from 382); Green value is 142 (55.86% from 255 or 37.17% from 382); Blue value is 50 (19.92% from 255 or 13.09% from 382); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8E32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8E32 is #4171CD. Grayscale: #929292. Windows color (decimal): -4288974 or 3313342. OLE color: 3313342.

HSL color Cylindrical-coordinate representation of color #BE8E32: hue angle of 39.43º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BE8E32 is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB19014250-
CMYK00.250.740.25
HSL39.43º58.33%47.06%-
HSV(B)39.43º73.68%74.51%-
XYZ31.4830.527.25-
YUV145.8673.9159.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.74%
GREEN value IS 142 (55.86% from 255) = 37.17%
BLUE value IS 50 (19.92% from 255) = 13.09%
R=49.74%
G=37.17%
B=13.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901425000.250.740.2539.4358.3347.06
HexBE8E320194A19273a2f
Octal2762166203111231477257
Binary1011111010001110110010011001100101011001100111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8E32; }

 p { color: rgb(190,142,50); }

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

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

 a { background-color: rgb(190,142,50); }

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

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

 span { border-color: rgb(190,142,50); }

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