#BE8931

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

Shades of Hokey Pokey #BE8931

Tints of Hokey Pokey #BE8931

Color information

#BE8931 (or 0xBE8931) is unknown color: approx Hokey Pokey. HEX triplet: BE, 89 and 31. RGB value is (190,137,49). Sum of RGB (Red+Green+Blue) = 190+137+49=376 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.53% from 376); Green value is 137 (53.91% from 255 or 36.44% from 376); Blue value is 49 (19.53% from 255 or 13.03% from 376); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8931 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8931 is #4176CE. Grayscale: #8F8F8F. Windows color (decimal): -4290255 or 3246526. OLE color: 3246526.

HSL color Cylindrical-coordinate representation of color #BE8931: hue angle of 37.45º degrees, saturation: 0.59, 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 #BE8931 is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB19013749-
CMYK00.280.740.25
HSL37.45º59%46.86%-
HSV(B)37.45º74.21%74.51%-
XYZ30.7429.066.89-
YUV142.8275.06161.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.53%
GREEN value IS 137 (53.91% from 255) = 36.44%
BLUE value IS 49 (19.53% from 255) = 13.03%
R=50.53%
G=36.44%
B=13.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901374900.280.740.2537.455946.86
HexBE893101C4A19253b2f
Octal2762116103411231457357
Binary1011111010001001110001011100100101011001100101111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8931; }

 p { color: rgb(190,137,49); }

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

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

 a { background-color: rgb(190,137,49); }

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

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

 span { border-color: rgb(190,137,49); }

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