Html Css Color HEX #BEA77C Pavlova

📋 copy color: '#BEA77C'

red 190 ◦ green 167 ◦ blue 124

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

Shades of Pavlova #BEA77C

Tints of Pavlova #BEA77C

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.72%

 BLUE value IS 124 (48.83% from 255) = 25.78%

R = 39.5%
G = 34.72%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BEA77C (or 0xBEA77C) is known color: Pavlova. HEX triplet: BE, A7 and 7C. RGB value is (190,167,124). Sum of RGB (Red+Green+Blue) = 190+167+124=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 167 (65.62% from 255 or 34.72% from 481); Blue value is 124 (48.83% from 255 or 25.78% from 481); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA77C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA77C is #415883. Grayscale: #A9A9A9. Windows color (decimal): -4282500 or 8169406. OLE color: 8169406.

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

Color convert

RGB 190 167 124 -
CMYK 0 0.12 0.35 0.25
HSL 39.09º 0.34% 0.62% -
HSV(B) 39.09º 0.35% 0.75% -
XYZ 38.69 40.04 24.76 -
YUV 168.98 102.62 143 -
System Red Green Blue C M Y K H S L
Decimal 190 167 124 0 0.12 0.35 0.25 39.09 0.34 0.62
Hex BE A7 7C 0 C 23 19 27 22 3E
Octal 276 247 174 0 14 43 31 47 42 76
Binary 10111110 10100111 1111100 0 1100 100011 11001 100111 100010 111110

Color Harmonies of #BEA77C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA77C

Black with #BEA77C

Text Example


Text Example

White with #BEA77C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA77C; }

 p { color: rgb(190,167,124); }

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

background-color css

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

 a { background-color: rgb(190,167,124); }

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

border-color css

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

 span { border-color: rgb(190,167,124); }

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