#BE8E37

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

Shades of Hokey Pokey #BE8E37

Tints of Hokey Pokey #BE8E37

Color information

#BE8E37 (or 0xBE8E37) is unknown color: approx Hokey Pokey. HEX triplet: BE, 8E and 37. RGB value is (190,142,55). Sum of RGB (Red+Green+Blue) = 190+142+55=387 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.10% from 387); Green value is 142 (55.86% from 255 or 36.69% from 387); Blue value is 55 (21.88% from 255 or 14.21% from 387); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8E37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8E37 is #4171C8. Grayscale: #929292. Windows color (decimal): -4288969 or 3641022. OLE color: 3641022.

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

Color convert

RGB19014255-
CMYK00.250.710.25
HSL38.67º55.1%48.04%-
HSV(B)38.67º71.05%74.51%-
XYZ31.630.577.85-
YUV146.4376.4159.07-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.10%
GREEN value IS 142 (55.86% from 255) = 36.69%
BLUE value IS 55 (21.88% from 255) = 14.21%
R=49.10%
G=36.69%
B=14.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901425500.250.710.2538.6755.148.04
HexBE8E370194719273730
Octal2762166703110731476760
Binary1011111010001110110111011001100011111001100111110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8E37; }

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

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

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

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

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

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

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

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