Html Css Color HEX #BEA57C Pavlova

📋 copy color: '#BEA57C'

red 190 ◦ green 165 ◦ blue 124

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

Shades of Pavlova #BEA57C

Tints of Pavlova #BEA57C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.45%

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

R = 39.67%
G = 34.45%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BEA57C (or 0xBEA57C) is known color: Pavlova. HEX triplet: BE, A5 and 7C. RGB value is (190,165,124). Sum of RGB (Red+Green+Blue) = 190+165+124=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 165 (64.84% from 255 or 34.45% from 479); Blue value is 124 (48.83% from 255 or 25.89% from 479); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA57C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA57C is #415A83. Grayscale: #A7A7A7. Windows color (decimal): -4283012 or 8168894. OLE color: 8168894.

HSL color Cylindrical-coordinate representation of color #BEA57C: hue angle of 37.27º 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 #BEA57C is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 165 124 -
CMYK 0 0.13 0.35 0.25
HSL 37.27º 0.34% 0.62% -
HSV(B) 37.27º 0.35% 0.75% -
XYZ 38.33 39.31 24.64 -
YUV 167.8 103.28 143.83 -
System Red Green Blue C M Y K H S L
Decimal 190 165 124 0 0.13 0.35 0.25 37.27 0.34 0.62
Hex BE A5 7C 0 D 23 19 25 22 3E
Octal 276 245 174 0 15 43 31 45 42 76
Binary 10111110 10100101 1111100 0 1101 100011 11001 100101 100010 111110

Color Harmonies of #BEA57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA57C

Black with #BEA57C

Text Example


Text Example

White with #BEA57C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA57C; }

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

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

background-color css

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

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

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

border-color css

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

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

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