Html Css Color HEX #BEAD8D Pavlova

📋 copy color: '#BEAD8D'

red 190 ◦ green 173 ◦ blue 141

#BEAD8D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pavlova #BEAD8D

Tints of Pavlova #BEAD8D

RGB

 RED value IS 190 (74.61% from 255) = 37.7%

 GREEN value IS 173 (67.97% from 255) = 34.33%

 BLUE value IS 141 (55.47% from 255) = 27.98%

R = 37.7%
G = 34.33%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BEAD8D (or 0xBEAD8D) is known color: Pavlova. HEX triplet: BE, AD and 8D. RGB value is (190,173,141). Sum of RGB (Red+Green+Blue) = 190+173+141=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 173 (67.97% from 255 or 34.33% from 504); Blue value is 141 (55.47% from 255 or 27.98% from 504); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAD8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAD8D is #415272. Grayscale: #AEAEAE. Windows color (decimal): -4280947 or 9285054. OLE color: 9285054.

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

Color convert

RGB 190 173 141 -
CMYK 0 0.09 0.26 0.25
HSL 39.18º 0.27% 0.65% -
HSV(B) 39.18º 0.26% 0.75% -
XYZ 40.99 42.76 31.29 -
YUV 174.44 109.13 139.1 -
System Red Green Blue C M Y K H S L
Decimal 190 173 141 0 0.09 0.26 0.25 39.18 0.27 0.65
Hex BE AD 8D 0 9 1A 19 27 1B 41
Octal 276 255 215 0 11 32 31 47 33 101
Binary 10111110 10101101 10001101 0 1001 11010 11001 100111 11011 1000001

Color Harmonies of #BEAD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAD8D

Black with #BEAD8D

Text Example


Text Example

White with #BEAD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAD8D; }

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

 H1.HeaderClassName
 {
   color: #BEAD8D;
 }
 .AnyTagClassName
 {
   color: #BEAD8D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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