#BEBA7A

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

Shades of Pine Glade #BEBA7A

Tints of Pine Glade #BEBA7A

Color information

#BEBA7A (or 0xBEBA7A) is unknown color: approx Pine Glade. HEX triplet: BE, BA and 7A. RGB value is (190,186,122). Sum of RGB (Red+Green+Blue) = 190+186+122=498 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.15% from 498); Green value is 186 (73.05% from 255 or 37.35% from 498); Blue value is 122 (48.05% from 255 or 24.50% from 498); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBA7A is #414585. Grayscale: #B4B4B4. Windows color (decimal): -4277638 or 8043198. OLE color: 8043198.

HSL color Cylindrical-coordinate representation of color #BEBA7A: hue angle of 56.47º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BEBA7A is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB190186122-
CMYK00.020.360.25
HSL56.47º34.34%61.18%-
HSV(B)56.47º35.79%74.51%-
XYZ42.3147.4725.35-
YUV179.995.33135.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.15%
GREEN value IS 186 (73.05% from 255) = 37.35%
BLUE value IS 122 (48.05% from 255) = 24.50%
R=38.15%
G=37.35%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018612200.020.360.2556.4734.3461.18
HexBEBA7A02241938223d
Octal276272172024431704275
Binary1011111010111010111101001010010011001111000100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBA7A; }

 p { color: rgb(190,186,122); }

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

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

 a { background-color: rgb(190,186,122); }

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

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

 span { border-color: rgb(190,186,122); }

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