Html Css Color HEX #BEA580 Pavlova

📋 copy color: '#BEA580'

red 190 ◦ green 165 ◦ blue 128

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

Shades of Pavlova #BEA580

Tints of Pavlova #BEA580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 26.5%

R = 39.34%
G = 34.16%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BEA580 (or 0xBEA580) is known color: Pavlova. HEX triplet: BE, A5 and 80. RGB value is (190,165,128). Sum of RGB (Red+Green+Blue) = 190+165+128=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 165 (64.84% from 255 or 34.16% from 483); Blue value is 128 (50.39% from 255 or 26.50% from 483); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA580 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA580 is #415A7F. Grayscale: #A8A8A8. Windows color (decimal): -4283008 or 8431038. OLE color: 8431038.

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

Color convert

RGB 190 165 128 -
CMYK 0 0.13 0.33 0.25
HSL 35.81º 0.32% 0.62% -
HSV(B) 35.81º 0.33% 0.75% -
XYZ 38.59 39.42 26 -
YUV 168.26 105.28 143.51 -
System Red Green Blue C M Y K H S L
Decimal 190 165 128 0 0.13 0.33 0.25 35.81 0.32 0.62
Hex BE A5 80 0 D 21 19 24 20 3E
Octal 276 245 200 0 15 41 31 44 40 76
Binary 10111110 10100101 10000000 0 1101 100001 11001 100100 100000 111110

Color Harmonies of #BEA580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA580

Black with #BEA580

Text Example


Text Example

White with #BEA580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA580; }

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

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

background-color css

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

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

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

border-color css

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

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

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