Html Css Color HEX #BEA47D Pavlova

📋 copy color: '#BEA47D'

red 190 ◦ green 164 ◦ blue 125

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

Shades of Pavlova #BEA47D

Tints of Pavlova #BEA47D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.1%

R = 39.67%
G = 34.24%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BEA47D (or 0xBEA47D) is known color: Pavlova. HEX triplet: BE, A4 and 7D. RGB value is (190,164,125). Sum of RGB (Red+Green+Blue) = 190+164+125=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 164 (64.45% from 255 or 34.24% from 479); Blue value is 125 (49.22% from 255 or 26.10% from 479); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA47D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA47D is #415B82. Grayscale: #A7A7A7. Windows color (decimal): -4283267 or 8234174. OLE color: 8234174.

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

Color convert

RGB 190 164 125 -
CMYK 0 0.14 0.34 0.25
HSL 36º 0.33% 0.62% -
HSV(B) 36º 0.34% 0.75% -
XYZ 38.21 38.98 24.91 -
YUV 167.33 104.11 144.17 -
System Red Green Blue C M Y K H S L
Decimal 190 164 125 0 0.14 0.34 0.25 36 0.33 0.62
Hex BE A4 7D 0 E 22 19 24 21 3E
Octal 276 244 175 0 16 42 31 44 41 76
Binary 10111110 10100100 1111101 0 1110 100010 11001 100100 100001 111110

Color Harmonies of #BEA47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA47D

Black with #BEA47D

Text Example


Text Example

White with #BEA47D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA47D; }

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

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

background-color css

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

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

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

border-color css

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

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

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