Html Css Color HEX #BEAF8F Pavlova

📋 copy color: '#BEAF8F'

red 190 ◦ green 175 ◦ blue 143

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

Shades of Pavlova #BEAF8F

Tints of Pavlova #BEAF8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.15%

R = 37.4%
G = 34.45%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BEAF8F (or 0xBEAF8F) is known color: Pavlova. HEX triplet: BE, AF and 8F. RGB value is (190,175,143). Sum of RGB (Red+Green+Blue) = 190+175+143=508 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.40% from 508); Green value is 175 (68.75% from 255 or 34.45% from 508); Blue value is 143 (56.25% from 255 or 28.15% from 508); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAF8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAF8F is #415070. Grayscale: #AFAFAF. Windows color (decimal): -4280433 or 9416638. OLE color: 9416638.

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

Color convert

RGB 190 175 143 -
CMYK 0 0.08 0.25 0.25
HSL 40.85º 0.27% 0.65% -
HSV(B) 40.85º 0.25% 0.75% -
XYZ 41.52 43.59 32.21 -
YUV 175.84 109.47 138.1 -
System Red Green Blue C M Y K H S L
Decimal 190 175 143 0 0.08 0.25 0.25 40.85 0.27 0.65
Hex BE AF 8F 0 8 19 19 29 1B 41
Octal 276 257 217 0 10 31 31 51 33 101
Binary 10111110 10101111 10001111 0 1000 11001 11001 101001 11011 1000001

Color Harmonies of #BEAF8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAF8F

Black with #BEAF8F

Text Example


Text Example

White with #BEAF8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAF8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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