Html Css Color HEX #BEA88C Pavlova

📋 copy color: '#BEA88C'

red 190 ◦ green 168 ◦ blue 140

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

Shades of Pavlova #BEA88C

Tints of Pavlova #BEA88C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.11%

R = 38.15%
G = 33.73%
B = 28.11%

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

#BEA88C (or 0xBEA88C) is known color: Pavlova. HEX triplet: BE, A8 and 8C. RGB value is (190,168,140). Sum of RGB (Red+Green+Blue) = 190+168+140=498 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.15% from 498); Green value is 168 (66.02% from 255 or 33.73% from 498); Blue value is 140 (55.08% from 255 or 28.11% from 498); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA88C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA88C is #415773. Grayscale: #ABABAB. Windows color (decimal): -4282228 or 9218238. OLE color: 9218238.

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

Color convert

RGB 190 168 140 -
CMYK 0 0.12 0.26 0.25
HSL 33.6º 0.28% 0.65% -
HSV(B) 33.6º 0.26% 0.75% -
XYZ 39.97 40.85 30.59 -
YUV 171.39 110.29 141.28 -
System Red Green Blue C M Y K H S L
Decimal 190 168 140 0 0.12 0.26 0.25 33.6 0.28 0.65
Hex BE A8 8C 0 C 1A 19 22 1C 41
Octal 276 250 214 0 14 32 31 42 34 101
Binary 10111110 10101000 10001100 0 1100 11010 11001 100010 11100 1000001

Color Harmonies of #BEA88C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA88C

Black with #BEA88C

Text Example


Text Example

White with #BEA88C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA88C; }

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

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

background-color css

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

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

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

border-color css

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

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

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