Html Css Color HEX #BEAC8D Pavlova

📋 copy color: '#BEAC8D'

red 190 ◦ green 172 ◦ blue 141

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

Shades of Pavlova #BEAC8D

Tints of Pavlova #BEAC8D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.19%

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

R = 37.77%
G = 34.19%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BEAC8D (or 0xBEAC8D) is known color: Pavlova. HEX triplet: BE, AC and 8D. RGB value is (190,172,141). Sum of RGB (Red+Green+Blue) = 190+172+141=503 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.77% from 503); Green value is 172 (67.58% from 255 or 34.19% from 503); Blue value is 141 (55.47% from 255 or 28.03% from 503); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAC8D is #415372. Grayscale: #ADADAD. Windows color (decimal): -4281203 or 9284798. OLE color: 9284798.

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

Color convert

RGB 190 172 141 -
CMYK 0 0.09 0.26 0.25
HSL 37.96º 0.27% 0.65% -
HSV(B) 37.96º 0.26% 0.75% -
XYZ 40.8 42.38 31.23 -
YUV 173.85 109.46 139.52 -
System Red Green Blue C M Y K H S L
Decimal 190 172 141 0 0.09 0.26 0.25 37.96 0.27 0.65
Hex BE AC 8D 0 9 1A 19 26 1B 41
Octal 276 254 215 0 11 32 31 46 33 101
Binary 10111110 10101100 10001101 0 1001 11010 11001 100110 11011 1000001

Color Harmonies of #BEAC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAC8D

Black with #BEAC8D

Text Example


Text Example

White with #BEAC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAC8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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