Html Css Color HEX #BEAE8C Pavlova

📋 copy color: '#BEAE8C'

red 190 ◦ green 174 ◦ blue 140

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

Shades of Pavlova #BEAE8C

Tints of Pavlova #BEAE8C

RGB

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

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

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

R = 37.7%
G = 34.52%
B = 27.78%

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

#BEAE8C (or 0xBEAE8C) is known color: Pavlova. HEX triplet: BE, AE and 8C. RGB value is (190,174,140). Sum of RGB (Red+Green+Blue) = 190+174+140=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 174 (68.36% from 255 or 34.52% from 504); Blue value is 140 (55.08% from 255 or 27.78% from 504); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAE8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAE8C is #415173. Grayscale: #AFAFAF. Windows color (decimal): -4280692 or 9219774. OLE color: 9219774.

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

Color convert

RGB 190 174 140 -
CMYK 0 0.08 0.26 0.25
HSL 40.8º 0.28% 0.65% -
HSV(B) 40.8º 0.26% 0.75% -
XYZ 41.1 43.11 30.97 -
YUV 174.91 108.3 138.76 -
System Red Green Blue C M Y K H S L
Decimal 190 174 140 0 0.08 0.26 0.25 40.8 0.28 0.65
Hex BE AE 8C 0 8 1A 19 29 1C 41
Octal 276 256 214 0 10 32 31 51 34 101
Binary 10111110 10101110 10001100 0 1000 11010 11001 101001 11100 1000001

Color Harmonies of #BEAE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAE8C

Black with #BEAE8C

Text Example


Text Example

White with #BEAE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAE8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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