#BEB87F

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

Shades of Yuma #BEB87F

Tints of Yuma #BEB87F

Color information

#BEB87F (or 0xBEB87F) is unknown color: approx Yuma. HEX triplet: BE, B8 and 7F. RGB value is (190,184,127). Sum of RGB (Red+Green+Blue) = 190+184+127=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 184 (72.27% from 255 or 36.73% from 501); Blue value is 127 (50% from 255 or 25.35% from 501); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB87F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB87F is #414780. Grayscale: #B3B3B3. Windows color (decimal): -4278145 or 8370366. OLE color: 8370366.

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

Color convert

RGB190184127-
CMYK00.030.330.25
HSL54.29º32.64%62.16%-
HSV(B)54.29º33.16%74.51%-
XYZ42.2146.7626.88-
YUV179.398.49135.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.92%
GREEN value IS 184 (72.27% from 255) = 36.73%
BLUE value IS 127 (50% from 255) = 25.35%
R=37.92%
G=36.73%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018412700.030.330.2554.2932.6462.16
HexBEB87F03211936213e
Octal276270177034131664176
Binary1011111010111000111111101110000111001110110100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB87F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB87F; }

 p { color: rgb(190,184,127); }

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

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

 a { background-color: rgb(190,184,127); }

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

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

 span { border-color: rgb(190,184,127); }

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