#BEAB8F

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

Shades of Pavlova #BEAB8F

Tints of Pavlova #BEAB8F

Color information

#BEAB8F (or 0xBEAB8F) is unknown color: approx Pavlova. HEX triplet: BE, AB and 8F. RGB value is (190,171,143). Sum of RGB (Red+Green+Blue) = 190+171+143=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 143 (56.25% from 255 or 28.37% from 504); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAB8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAB8F is #415470. Grayscale: #ADADAD. Windows color (decimal): -4281457 or 9415614. OLE color: 9415614.

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

Color convert

RGB190171143-
CMYK00.100.250.25
HSL35.74º26.55%65.29%-
HSV(B)35.74º24.74%74.51%-
XYZ40.7642.0631.96-
YUV173.49110.79139.78-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.70%
GREEN value IS 171 (67.19% from 255) = 33.93%
BLUE value IS 143 (56.25% from 255) = 28.37%
R=37.70%
G=33.93%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017114300.100.250.2535.7426.5565.29
HexBEAB8F0A1919241b41
Octal27625321701231314433101
Binary101111101010101110001111010101100111001100100110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAB8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAB8F; }

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

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

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

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

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

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

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

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