#BE8D37

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

Shades of Hokey Pokey #BE8D37

Tints of Hokey Pokey #BE8D37

Color information

#BE8D37 (or 0xBE8D37) is unknown color: approx Hokey Pokey. HEX triplet: BE, 8D and 37. RGB value is (190,141,55). Sum of RGB (Red+Green+Blue) = 190+141+55=386 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.22% from 386); Green value is 141 (55.47% from 255 or 36.53% from 386); Blue value is 55 (21.88% from 255 or 14.25% from 386); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8D37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8D37 is #4172C8. Grayscale: #929292. Windows color (decimal): -4289225 or 3640766. OLE color: 3640766.

HSL color Cylindrical-coordinate representation of color #BE8D37: hue angle of 38.22º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BE8D37 is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB19014155-
CMYK00.260.710.25
HSL38.22º55.1%48.04%-
HSV(B)38.22º71.05%74.51%-
XYZ31.4530.277.8-
YUV145.8576.73159.49-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.22%
GREEN value IS 141 (55.47% from 255) = 36.53%
BLUE value IS 55 (21.88% from 255) = 14.25%
R=49.22%
G=36.53%
B=14.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901415500.260.710.2538.2255.148.04
HexBE8D3701A4719263730
Octal2762156703210731466760
Binary1011111010001101110111011010100011111001100110110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8D37; }

 p { color: rgb(190,141,55); }

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

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

 a { background-color: rgb(190,141,55); }

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

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

 span { border-color: rgb(190,141,55); }

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