#BEAD8F

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

Shades of Pavlova #BEAD8F

Tints of Pavlova #BEAD8F

Color information

#BEAD8F (or 0xBEAD8F) is unknown color: approx Pavlova. HEX triplet: BE, AD and 8F. RGB value is (190,173,143). Sum of RGB (Red+Green+Blue) = 190+173+143=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 173 (67.97% from 255 or 34.19% from 506); Blue value is 143 (56.25% from 255 or 28.26% from 506); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAD8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAD8F is #415270. Grayscale: #AEAEAE. Windows color (decimal): -4280945 or 9416126. OLE color: 9416126.

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

Color convert

RGB190173143-
CMYK00.090.250.25
HSL38.3º26.55%65.29%-
HSV(B)38.3º24.74%74.51%-
XYZ41.1442.8232.08-
YUV174.66110.13138.94-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.55%
GREEN value IS 173 (67.97% from 255) = 34.19%
BLUE value IS 143 (56.25% from 255) = 28.26%
R=37.55%
G=34.19%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017314300.090.250.2538.326.5565.29
HexBEAD8F091919261b41
Octal27625521701131314633101
Binary101111101010110110001111010011100111001100110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAD8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAD8F; }

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

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

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

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

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

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

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

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