Html Css Color HEX #BEA479 Pavlova

📋 copy color: '#BEA479'

red 190 ◦ green 164 ◦ blue 121

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

Shades of Pavlova #BEA479

Tints of Pavlova #BEA479

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.53%

 BLUE value IS 121 (47.66% from 255) = 25.47%

R = 40%
G = 34.53%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BEA479 (or 0xBEA479) is known color: Pavlova. HEX triplet: BE, A4 and 79. RGB value is (190,164,121). Sum of RGB (Red+Green+Blue) = 190+164+121=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 164 (64.45% from 255 or 34.53% from 475); Blue value is 121 (47.66% from 255 or 25.47% from 475); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA479 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA479 is #415B86. Grayscale: #A7A7A7. Windows color (decimal): -4283271 or 7972030. OLE color: 7972030.

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

Color convert

RGB 190 164 121 -
CMYK 0 0.14 0.36 0.25
HSL 37.39º 0.35% 0.61% -
HSV(B) 37.39º 0.36% 0.75% -
XYZ 37.96 38.88 23.59 -
YUV 166.87 102.11 144.5 -
System Red Green Blue C M Y K H S L
Decimal 190 164 121 0 0.14 0.36 0.25 37.39 0.35 0.61
Hex BE A4 79 0 E 24 19 25 23 3D
Octal 276 244 171 0 16 44 31 45 43 75
Binary 10111110 10100100 1111001 0 1110 100100 11001 100101 100011 111101

Color Harmonies of #BEA479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA479

Black with #BEA479

Text Example


Text Example

White with #BEA479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA479; }

 p { color: rgb(190,164,121); }

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

background-color css

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

 a { background-color: rgb(190,164,121); }

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

border-color css

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

 span { border-color: rgb(190,164,121); }

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