Html Css Color HEX #BEA47A Pavlova

📋 copy color: '#BEA47A'

red 190 ◦ green 164 ◦ blue 122

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

Shades of Pavlova #BEA47A

Tints of Pavlova #BEA47A

RGB

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

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

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

R = 39.92%
G = 34.45%
B = 25.63%

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

#BEA47A (or 0xBEA47A) is known color: Pavlova. HEX triplet: BE, A4 and 7A. RGB value is (190,164,122). Sum of RGB (Red+Green+Blue) = 190+164+122=476 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.92% from 476); Green value is 164 (64.45% from 255 or 34.45% from 476); Blue value is 122 (48.05% from 255 or 25.63% from 476); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA47A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA47A is #415B85. Grayscale: #A7A7A7. Windows color (decimal): -4283270 or 8037566. OLE color: 8037566.

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

Color convert

RGB 190 164 122 -
CMYK 0 0.14 0.36 0.25
HSL 37.06º 0.34% 0.61% -
HSV(B) 37.06º 0.36% 0.75% -
XYZ 38.02 38.9 23.92 -
YUV 166.99 102.61 144.42 -
System Red Green Blue C M Y K H S L
Decimal 190 164 122 0 0.14 0.36 0.25 37.06 0.34 0.61
Hex BE A4 7A 0 E 24 19 25 22 3D
Octal 276 244 172 0 16 44 31 45 42 75
Binary 10111110 10100100 1111010 0 1110 100100 11001 100101 100010 111101

Color Harmonies of #BEA47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA47A

Black with #BEA47A

Text Example


Text Example

White with #BEA47A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA47A; }

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

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

background-color css

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

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

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

border-color css

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

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

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