Html Css Color HEX #BEA77A Pavlova

📋 copy color: '#BEA77A'

red 190 ◦ green 167 ◦ blue 122

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

Shades of Pavlova #BEA77A

Tints of Pavlova #BEA77A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.47%

R = 39.67%
G = 34.86%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BEA77A (or 0xBEA77A) is known color: Pavlova. HEX triplet: BE, A7 and 7A. RGB value is (190,167,122). Sum of RGB (Red+Green+Blue) = 190+167+122=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 167 (65.62% from 255 or 34.86% from 479); Blue value is 122 (48.05% from 255 or 25.47% from 479); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA77A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA77A is #415885. Grayscale: #A8A8A8. Windows color (decimal): -4282502 or 8038334. OLE color: 8038334.

HSL color Cylindrical-coordinate representation of color #BEA77A: hue angle of 39.71º degrees, saturation: 0.34, 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 #BEA77A is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 167 122 -
CMYK 0 0.12 0.36 0.25
HSL 39.71º 0.34% 0.61% -
HSV(B) 39.71º 0.36% 0.75% -
XYZ 38.57 39.99 24.1 -
YUV 168.75 101.62 143.16 -
System Red Green Blue C M Y K H S L
Decimal 190 167 122 0 0.12 0.36 0.25 39.71 0.34 0.61
Hex BE A7 7A 0 C 24 19 28 22 3D
Octal 276 247 172 0 14 44 31 50 42 75
Binary 10111110 10100111 1111010 0 1100 100100 11001 101000 100010 111101

Color Harmonies of #BEA77A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA77A

Black with #BEA77A

Text Example


Text Example

White with #BEA77A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA77A; }

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

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

background-color css

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

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

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

border-color css

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

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

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