Html Css Color HEX #BEAA7E Pavlova

📋 copy color: '#BEAA7E'

red 190 ◦ green 170 ◦ blue 126

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

Shades of Pavlova #BEAA7E

Tints of Pavlova #BEAA7E

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.98%

 BLUE value IS 126 (49.61% from 255) = 25.93%

R = 39.09%
G = 34.98%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BEAA7E (or 0xBEAA7E) is known color: Pavlova. HEX triplet: BE, AA and 7E. RGB value is (190,170,126). Sum of RGB (Red+Green+Blue) = 190+170+126=486 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.09% from 486); Green value is 170 (66.80% from 255 or 34.98% from 486); Blue value is 126 (49.61% from 255 or 25.93% from 486); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAA7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAA7E is #415581. Grayscale: #ABABAB. Windows color (decimal): -4281730 or 8301246. OLE color: 8301246.

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

Color convert

RGB 190 170 126 -
CMYK 0 0.11 0.34 0.25
HSL 41.25º 0.33% 0.62% -
HSV(B) 41.25º 0.34% 0.75% -
XYZ 39.38 41.2 25.62 -
YUV 170.96 102.63 141.58 -
System Red Green Blue C M Y K H S L
Decimal 190 170 126 0 0.11 0.34 0.25 41.25 0.33 0.62
Hex BE AA 7E 0 B 22 19 29 21 3E
Octal 276 252 176 0 13 42 31 51 41 76
Binary 10111110 10101010 1111110 0 1011 100010 11001 101001 100001 111110

Color Harmonies of #BEAA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAA7E

Black with #BEAA7E

Text Example


Text Example

White with #BEAA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAA7E; }

 p { color: rgb(190,170,126); }

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

background-color css

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

 a { background-color: rgb(190,170,126); }

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

border-color css

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

 span { border-color: rgb(190,170,126); }

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