#BE8B2F

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

Shades of Hokey Pokey #BE8B2F

Tints of Hokey Pokey #BE8B2F

Color information

#BE8B2F (or 0xBE8B2F) is unknown color: approx Hokey Pokey. HEX triplet: BE, 8B and 2F. RGB value is (190,139,47). Sum of RGB (Red+Green+Blue) = 190+139+47=376 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.53% from 376); Green value is 139 (54.69% from 255 or 36.97% from 376); Blue value is 47 (18.75% from 255 or 12.5% from 376); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8B2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8B2F is #4174D0. Grayscale: #909090. Windows color (decimal): -4289745 or 3115966. OLE color: 3115966.

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

Color convert

RGB19013947-
CMYK00.270.750.25
HSL38.6º60.34%46.47%-
HSV(B)38.6º75.26%74.51%-
XYZ30.9829.626.77-
YUV143.7673.4160.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.53%
GREEN value IS 139 (54.69% from 255) = 36.97%
BLUE value IS 47 (18.75% from 255) = 12.5%
R=50.53%
G=36.97%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901394700.270.750.2538.660.3446.47
HexBE8B2F01B4B19273c2e
Octal2762135703311331477456
Binary1011111010001011101111011011100101111001100111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8B2F; }

 p { color: rgb(190,139,47); }

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

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

 a { background-color: rgb(190,139,47); }

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

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

 span { border-color: rgb(190,139,47); }

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