Html Css Color HEX #BEAC8B Pavlova

📋 copy color: '#BEAC8B'

red 190 ◦ green 172 ◦ blue 139

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

Shades of Pavlova #BEAC8B

Tints of Pavlova #BEAC8B

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.33%

 BLUE value IS 139 (54.69% from 255) = 27.74%

R = 37.92%
G = 34.33%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BEAC8B (or 0xBEAC8B) is known color: Pavlova. HEX triplet: BE, AC and 8B. RGB value is (190,172,139). Sum of RGB (Red+Green+Blue) = 190+172+139=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 172 (67.58% from 255 or 34.33% from 501); Blue value is 139 (54.69% from 255 or 27.74% from 501); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAC8B is #415374. Grayscale: #ADADAD. Windows color (decimal): -4281205 or 9153726. OLE color: 9153726.

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

Color convert

RGB 190 172 139 -
CMYK 0 0.09 0.27 0.25
HSL 38.82º 0.28% 0.65% -
HSV(B) 38.82º 0.27% 0.75% -
XYZ 40.65 42.32 30.45 -
YUV 173.62 108.46 139.68 -
System Red Green Blue C M Y K H S L
Decimal 190 172 139 0 0.09 0.27 0.25 38.82 0.28 0.65
Hex BE AC 8B 0 9 1B 19 27 1C 41
Octal 276 254 213 0 11 33 31 47 34 101
Binary 10111110 10101100 10001011 0 1001 11011 11001 100111 11100 1000001

Color Harmonies of #BEAC8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAC8B

Black with #BEAC8B

Text Example


Text Example

White with #BEAC8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAC8B; }

 p { color: rgb(190,172,139); }

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

background-color css

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

 a { background-color: rgb(190,172,139); }

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

border-color css

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

 span { border-color: rgb(190,172,139); }

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