Html Css Color HEX #BEAE8D Pavlova

📋 copy color: '#BEAE8D'

red 190 ◦ green 174 ◦ blue 141

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

Shades of Pavlova #BEAE8D

Tints of Pavlova #BEAE8D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.46%

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

R = 37.62%
G = 34.46%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BEAE8D (or 0xBEAE8D) is known color: Pavlova. HEX triplet: BE, AE and 8D. RGB value is (190,174,141). Sum of RGB (Red+Green+Blue) = 190+174+141=505 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.62% from 505); Green value is 174 (68.36% from 255 or 34.46% from 505); Blue value is 141 (55.47% from 255 or 27.92% from 505); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAE8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAE8D is #415172. Grayscale: #AFAFAF. Windows color (decimal): -4280691 or 9285310. OLE color: 9285310.

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

Color convert

RGB 190 174 141 -
CMYK 0 0.08 0.26 0.25
HSL 40.41º 0.27% 0.65% -
HSV(B) 40.41º 0.26% 0.75% -
XYZ 41.18 43.14 31.36 -
YUV 175.02 108.8 138.68 -
System Red Green Blue C M Y K H S L
Decimal 190 174 141 0 0.08 0.26 0.25 40.41 0.27 0.65
Hex BE AE 8D 0 8 1A 19 28 1B 41
Octal 276 256 215 0 10 32 31 50 33 101
Binary 10111110 10101110 10001101 0 1000 11010 11001 101000 11011 1000001

Color Harmonies of #BEAE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAE8D

Black with #BEAE8D

Text Example


Text Example

White with #BEAE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAE8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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