Html Css Color HEX #BEA97F Pavlova

📋 copy color: '#BEA97F'

red 190 ◦ green 169 ◦ blue 127

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

Shades of Pavlova #BEA97F

Tints of Pavlova #BEA97F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.13%

R = 39.09%
G = 34.77%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BEA97F (or 0xBEA97F) is known color: Pavlova. HEX triplet: BE, A9 and 7F. RGB value is (190,169,127). Sum of RGB (Red+Green+Blue) = 190+169+127=486 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.09% from 486); Green value is 169 (66.41% from 255 or 34.77% from 486); Blue value is 127 (50% from 255 or 26.13% from 486); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA97F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA97F is #415680. Grayscale: #AAAAAA. Windows color (decimal): -4281985 or 8366526. OLE color: 8366526.

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

Color convert

RGB 190 169 127 -
CMYK 0 0.11 0.33 0.25
HSL 40º 0.33% 0.62% -
HSV(B) 40º 0.33% 0.75% -
XYZ 39.25 40.86 25.9 -
YUV 170.49 103.46 141.92 -
System Red Green Blue C M Y K H S L
Decimal 190 169 127 0 0.11 0.33 0.25 40 0.33 0.62
Hex BE A9 7F 0 B 21 19 28 21 3E
Octal 276 251 177 0 13 41 31 50 41 76
Binary 10111110 10101001 1111111 0 1011 100001 11001 101000 100001 111110

Color Harmonies of #BEA97F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA97F

Black with #BEA97F

Text Example


Text Example

White with #BEA97F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA97F; }

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

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

background-color css

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

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

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

border-color css

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

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

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