Html Css Color HEX #BEA98A Pavlova

📋 copy color: '#BEA98A'

red 190 ◦ green 169 ◦ blue 138

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

Shades of Pavlova #BEA98A

Tints of Pavlova #BEA98A

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34%

 BLUE value IS 138 (54.3% from 255) = 27.77%

R = 38.23%
G = 34%
B = 27.77%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BEA98A (or 0xBEA98A) is known color: Pavlova. HEX triplet: BE, A9 and 8A. RGB value is (190,169,138). Sum of RGB (Red+Green+Blue) = 190+169+138=497 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.23% from 497); Green value is 169 (66.41% from 255 or 34.00% from 497); Blue value is 138 (54.30% from 255 or 27.77% from 497); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA98A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA98A is #415675. Grayscale: #ABABAB. Windows color (decimal): -4281974 or 9087422. OLE color: 9087422.

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

Color convert

RGB 190 169 138 -
CMYK 0 0.11 0.27 0.25
HSL 35.77º 0.29% 0.64% -
HSV(B) 35.77º 0.27% 0.75% -
XYZ 40.01 41.16 29.88 -
YUV 171.75 108.96 141.02 -
System Red Green Blue C M Y K H S L
Decimal 190 169 138 0 0.11 0.27 0.25 35.77 0.29 0.64
Hex BE A9 8A 0 B 1B 19 24 1D 40
Octal 276 251 212 0 13 33 31 44 35 100
Binary 10111110 10101001 10001010 0 1011 11011 11001 100100 11101 1000000

Color Harmonies of #BEA98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA98A

Black with #BEA98A

Text Example


Text Example

White with #BEA98A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA98A; }

 p { color: rgb(190,169,138); }

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

background-color css

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

 a { background-color: rgb(190,169,138); }

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

border-color css

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

 span { border-color: rgb(190,169,138); }

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