Html Css Color HEX #BEAB86 Pavlova

📋 copy color: '#BEAB86'

red 190 ◦ green 171 ◦ blue 134

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

Shades of Pavlova #BEAB86

Tints of Pavlova #BEAB86

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.55%

 BLUE value IS 134 (52.73% from 255) = 27.07%

R = 38.38%
G = 34.55%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BEAB86 (or 0xBEAB86) is known color: Pavlova. HEX triplet: BE, AB and 86. RGB value is (190,171,134). Sum of RGB (Red+Green+Blue) = 190+171+134=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 171 (67.19% from 255 or 34.55% from 495); Blue value is 134 (52.73% from 255 or 27.07% from 495); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAB86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAB86 is #415479. Grayscale: #ACACAC. Windows color (decimal): -4281466 or 8825790. OLE color: 8825790.

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

Color convert

RGB 190 171 134 -
CMYK 0 0.10 0.29 0.25
HSL 39.64º 0.3% 0.64% -
HSV(B) 39.64º 0.29% 0.75% -
XYZ 40.1 41.79 28.51 -
YUV 172.46 106.29 140.51 -
System Red Green Blue C M Y K H S L
Decimal 190 171 134 0 0.10 0.29 0.25 39.64 0.3 0.64
Hex BE AB 86 0 A 1D 19 28 1E 40
Octal 276 253 206 0 12 35 31 50 36 100
Binary 10111110 10101011 10000110 0 1010 11101 11001 101000 11110 1000000

Color Harmonies of #BEAB86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAB86

Black with #BEAB86

Text Example


Text Example

White with #BEAB86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAB86; }

 p { color: rgb(190,171,134); }

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

background-color css

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

 a { background-color: rgb(190,171,134); }

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

border-color css

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

 span { border-color: rgb(190,171,134); }

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