Html Css Color HEX #BEAD8E Pavlova

📋 copy color: '#BEAD8E'

red 190 ◦ green 173 ◦ blue 142

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

Shades of Pavlova #BEAD8E

Tints of Pavlova #BEAD8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.12%

R = 37.62%
G = 34.26%
B = 28.12%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BEAD8E (or 0xBEAD8E) is known color: Pavlova. HEX triplet: BE, AD and 8E. RGB value is (190,173,142). Sum of RGB (Red+Green+Blue) = 190+173+142=505 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.62% from 505); Green value is 173 (67.97% from 255 or 34.26% from 505); Blue value is 142 (55.86% from 255 or 28.12% from 505); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAD8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAD8E is #415271. Grayscale: #AEAEAE. Windows color (decimal): -4280946 or 9350590. OLE color: 9350590.

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

Color convert

RGB 190 173 142 -
CMYK 0 0.09 0.25 0.25
HSL 38.75º 0.27% 0.65% -
HSV(B) 38.75º 0.25% 0.75% -
XYZ 41.06 42.79 31.69 -
YUV 174.55 109.63 139.02 -
System Red Green Blue C M Y K H S L
Decimal 190 173 142 0 0.09 0.25 0.25 38.75 0.27 0.65
Hex BE AD 8E 0 9 19 19 27 1B 41
Octal 276 255 216 0 11 31 31 47 33 101
Binary 10111110 10101101 10001110 0 1001 11001 11001 100111 11011 1000001

Color Harmonies of #BEAD8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAD8E

Black with #BEAD8E

Text Example


Text Example

White with #BEAD8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAD8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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