#BEAB7F

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

Shades of Pavlova #BEAB7F

Tints of Pavlova #BEAB7F

Color information

#BEAB7F (or 0xBEAB7F) is unknown color: approx Pavlova. HEX triplet: BE, AB and 7F. RGB value is (190,171,127). Sum of RGB (Red+Green+Blue) = 190+171+127=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 171 (67.19% from 255 or 35.04% from 488); Blue value is 127 (50% from 255 or 26.02% from 488); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAB7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAB7F is #415480. Grayscale: #ABABAB. Windows color (decimal): -4281473 or 8367038. OLE color: 8367038.

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

Color convert

RGB190171127-
CMYK00.100.330.25
HSL41.9º32.64%62.16%-
HSV(B)41.9º33.16%74.51%-
XYZ39.6341.6126.02-
YUV171.66102.79141.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.93%
GREEN value IS 171 (67.19% from 255) = 35.04%
BLUE value IS 127 (50% from 255) = 26.02%
R=38.93%
G=35.04%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017112700.100.330.2541.932.6462.16
HexBEAB7F0A21192a213e
Octal2762531770124131524176
Binary101111101010101111111110101010000111001101010100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAB7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAB7F; }

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

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

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

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

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

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

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

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