Html Css Color HEX #BEA88D Pavlova

📋 copy color: '#BEA88D'

red 190 ◦ green 168 ◦ blue 141

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

Shades of Pavlova #BEA88D

Tints of Pavlova #BEA88D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.67%

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

R = 38.08%
G = 33.67%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BEA88D (or 0xBEA88D) is known color: Pavlova. HEX triplet: BE, A8 and 8D. RGB value is (190,168,141). Sum of RGB (Red+Green+Blue) = 190+168+141=499 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38.08% from 499); Green value is 168 (66.02% from 255 or 33.67% from 499); Blue value is 141 (55.47% from 255 or 28.26% from 499); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA88D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA88D is #415772. Grayscale: #ABABAB. Windows color (decimal): -4282227 or 9283774. OLE color: 9283774.

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

Color convert

RGB 190 168 141 -
CMYK 0 0.12 0.26 0.25
HSL 33.06º 0.27% 0.65% -
HSV(B) 33.06º 0.26% 0.75% -
XYZ 40.05 40.88 30.98 -
YUV 171.5 110.79 141.2 -
System Red Green Blue C M Y K H S L
Decimal 190 168 141 0 0.12 0.26 0.25 33.06 0.27 0.65
Hex BE A8 8D 0 C 1A 19 21 1B 41
Octal 276 250 215 0 14 32 31 41 33 101
Binary 10111110 10101000 10001101 0 1100 11010 11001 100001 11011 1000001

Color Harmonies of #BEA88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA88D

Black with #BEA88D

Text Example


Text Example

White with #BEA88D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA88D; }

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

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

background-color css

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

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

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

border-color css

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

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

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