Html Css Color HEX #BEA577 Pavlova

📋 copy color: '#BEA577'

red 190 ◦ green 165 ◦ blue 119

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

Shades of Pavlova #BEA577

Tints of Pavlova #BEA577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 25.11%

R = 40.08%
G = 34.81%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BEA577 (or 0xBEA577) is known color: Pavlova. HEX triplet: BE, A5 and 77. RGB value is (190,165,119). Sum of RGB (Red+Green+Blue) = 190+165+119=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 165 (64.84% from 255 or 34.81% from 474); Blue value is 119 (46.88% from 255 or 25.11% from 474); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA577 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA577 is #415A88. Grayscale: #A7A7A7. Windows color (decimal): -4283017 or 7841214. OLE color: 7841214.

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

Color convert

RGB 190 165 119 -
CMYK 0 0.13 0.37 0.25
HSL 38.87º 0.35% 0.61% -
HSV(B) 38.87º 0.37% 0.75% -
XYZ 38.02 39.19 23.01 -
YUV 167.23 100.78 144.24 -
System Red Green Blue C M Y K H S L
Decimal 190 165 119 0 0.13 0.37 0.25 38.87 0.35 0.61
Hex BE A5 77 0 D 25 19 27 23 3D
Octal 276 245 167 0 15 45 31 47 43 75
Binary 10111110 10100101 1110111 0 1101 100101 11001 100111 100011 111101

Color Harmonies of #BEA577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA577

Black with #BEA577

Text Example


Text Example

White with #BEA577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA577; }

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

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

background-color css

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

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

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

border-color css

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

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

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