#BE8831

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

Shades of Hokey Pokey #BE8831

Tints of Hokey Pokey #BE8831

Color information

#BE8831 (or 0xBE8831) is unknown color: approx Hokey Pokey. HEX triplet: BE, 88 and 31. RGB value is (190,136,49). Sum of RGB (Red+Green+Blue) = 190+136+49=375 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.67% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 49 (19.53% from 255 or 13.07% from 375); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8831 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8831 is #4177CE. Grayscale: #8E8E8E. Windows color (decimal): -4290511 or 3246270. OLE color: 3246270.

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

Color convert

RGB19013649-
CMYK00.280.740.25
HSL37.02º59%46.86%-
HSV(B)37.02º74.21%74.51%-
XYZ30.5928.786.85-
YUV142.2375.39162.07-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.67%
GREEN value IS 136 (53.52% from 255) = 36.27%
BLUE value IS 49 (19.53% from 255) = 13.07%
R=50.67%
G=36.27%
B=13.07%

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
Decimal1901364900.280.740.2537.025946.86
HexBE883101C4A19253b2f
Octal2762106103411231457357
Binary1011111010001000110001011100100101011001100101111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8831; }

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

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

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

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

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

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

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

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