Html Css Color HEX #BEAF8A Pavlova

📋 copy color: '#BEAF8A'

red 190 ◦ green 175 ◦ blue 138

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

Shades of Pavlova #BEAF8A

Tints of Pavlova #BEAF8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.44%

R = 37.77%
G = 34.79%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BEAF8A (or 0xBEAF8A) is known color: Pavlova. HEX triplet: BE, AF and 8A. RGB value is (190,175,138). Sum of RGB (Red+Green+Blue) = 190+175+138=503 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.77% from 503); Green value is 175 (68.75% from 255 or 34.79% from 503); Blue value is 138 (54.30% from 255 or 27.44% from 503); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAF8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAF8A is #415075. Grayscale: #AFAFAF. Windows color (decimal): -4280438 or 9088958. OLE color: 9088958.

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

Color convert

RGB 190 175 138 -
CMYK 0 0.08 0.27 0.25
HSL 42.69º 0.29% 0.64% -
HSV(B) 42.69º 0.27% 0.75% -
XYZ 41.15 43.44 30.26 -
YUV 175.27 106.97 138.51 -
System Red Green Blue C M Y K H S L
Decimal 190 175 138 0 0.08 0.27 0.25 42.69 0.29 0.64
Hex BE AF 8A 0 8 1B 19 2B 1D 40
Octal 276 257 212 0 10 33 31 53 35 100
Binary 10111110 10101111 10001010 0 1000 11011 11001 101011 11101 1000000

Color Harmonies of #BEAF8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAF8A

Black with #BEAF8A

Text Example


Text Example

White with #BEAF8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAF8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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