Html Css Color HEX #BEAA8C Pavlova

📋 copy color: '#BEAA8C'

red 190 ◦ green 170 ◦ blue 140

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

Shades of Pavlova #BEAA8C

Tints of Pavlova #BEAA8C

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34%

 BLUE value IS 140 (55.08% from 255) = 28%

R = 38%
G = 34%
B = 28%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BEAA8C (or 0xBEAA8C) is known color: Pavlova. HEX triplet: BE, AA and 8C. RGB value is (190,170,140). Sum of RGB (Red+Green+Blue) = 190+170+140=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 170 (66.80% from 255 or 34% from 500); Blue value is 140 (55.08% from 255 or 28% from 500); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAA8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAA8C is #415573. Grayscale: #ACACAC. Windows color (decimal): -4281716 or 9218750. OLE color: 9218750.

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

Color convert

RGB 190 170 140 -
CMYK 0 0.11 0.26 0.25
HSL 36º 0.28% 0.65% -
HSV(B) 36º 0.26% 0.75% -
XYZ 40.34 41.59 30.71 -
YUV 172.56 109.63 140.44 -
System Red Green Blue C M Y K H S L
Decimal 190 170 140 0 0.11 0.26 0.25 36 0.28 0.65
Hex BE AA 8C 0 B 1A 19 24 1C 41
Octal 276 252 214 0 13 32 31 44 34 101
Binary 10111110 10101010 10001100 0 1011 11010 11001 100100 11100 1000001

Color Harmonies of #BEAA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAA8C

Black with #BEAA8C

Text Example


Text Example

White with #BEAA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAA8C; }

 p { color: rgb(190,170,140); }

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

background-color css

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

 a { background-color: rgb(190,170,140); }

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

border-color css

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

 span { border-color: rgb(190,170,140); }

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