Html Css Color HEX #BEAD86 Pavlova

📋 copy color: '#BEAD86'

red 190 ◦ green 173 ◦ blue 134

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

Shades of Pavlova #BEAD86

Tints of Pavlova #BEAD86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 26.96%

R = 38.23%
G = 34.81%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BEAD86 (or 0xBEAD86) is known color: Pavlova. HEX triplet: BE, AD and 86. RGB value is (190,173,134). Sum of RGB (Red+Green+Blue) = 190+173+134=497 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.23% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 134 (52.73% from 255 or 26.96% from 497); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAD86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAD86 is #415279. Grayscale: #ADADAD. Windows color (decimal): -4280954 or 8826302. OLE color: 8826302.

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

Color convert

RGB 190 173 134 -
CMYK 0 0.09 0.29 0.25
HSL 41.79º 0.3% 0.64% -
HSV(B) 41.79º 0.29% 0.75% -
XYZ 40.48 42.56 28.63 -
YUV 173.64 105.63 139.67 -
System Red Green Blue C M Y K H S L
Decimal 190 173 134 0 0.09 0.29 0.25 41.79 0.3 0.64
Hex BE AD 86 0 9 1D 19 2A 1E 40
Octal 276 255 206 0 11 35 31 52 36 100
Binary 10111110 10101101 10000110 0 1001 11101 11001 101010 11110 1000000

Color Harmonies of #BEAD86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAD86

Black with #BEAD86

Text Example


Text Example

White with #BEAD86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAD86; }

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

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

background-color css

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

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

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

border-color css

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

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

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