Html Css Color HEX #BEAF8D Pavlova

📋 copy color: '#BEAF8D'

red 190 ◦ green 175 ◦ blue 141

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

Shades of Pavlova #BEAF8D

Tints of Pavlova #BEAF8D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.58%

 BLUE value IS 141 (55.47% from 255) = 27.87%

R = 37.55%
G = 34.58%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BEAF8D (or 0xBEAF8D) is known color: Pavlova. HEX triplet: BE, AF and 8D. RGB value is (190,175,141). Sum of RGB (Red+Green+Blue) = 190+175+141=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 175 (68.75% from 255 or 34.58% from 506); Blue value is 141 (55.47% from 255 or 27.87% from 506); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAF8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAF8D is #415072. Grayscale: #AFAFAF. Windows color (decimal): -4280435 or 9285566. OLE color: 9285566.

HSL color Cylindrical-coordinate representation of color #BEAF8D: hue angle of 41.63º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BEAF8D is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 175 141 -
CMYK 0 0.08 0.26 0.25
HSL 41.63º 0.27% 0.65% -
HSV(B) 41.63º 0.26% 0.75% -
XYZ 41.37 43.53 31.42 -
YUV 175.61 108.47 138.26 -
System Red Green Blue C M Y K H S L
Decimal 190 175 141 0 0.08 0.26 0.25 41.63 0.27 0.65
Hex BE AF 8D 0 8 1A 19 2A 1B 41
Octal 276 257 215 0 10 32 31 52 33 101
Binary 10111110 10101111 10001101 0 1000 11010 11001 101010 11011 1000001

Color Harmonies of #BEAF8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAF8D

Black with #BEAF8D

Text Example


Text Example

White with #BEAF8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAF8D; }

 p { color: rgb(190,175,141); }

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

background-color css

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

 a { background-color: rgb(190,175,141); }

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

border-color css

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

 span { border-color: rgb(190,175,141); }

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