Html Css Color HEX #BEA685 Pavlova

📋 copy color: '#BEA685'

red 190 ◦ green 166 ◦ blue 133

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

Shades of Pavlova #BEA685

Tints of Pavlova #BEA685

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.95%

 BLUE value IS 133 (52.34% from 255) = 27.2%

R = 38.85%
G = 33.95%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.3

 K value IS 0.25

RGB Variations

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

Color information

#BEA685 (or 0xBEA685) is known color: Pavlova. HEX triplet: BE, A6 and 85. RGB value is (190,166,133). Sum of RGB (Red+Green+Blue) = 190+166+133=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 166 (65.23% from 255 or 33.95% from 489); Blue value is 133 (52.34% from 255 or 27.20% from 489); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA685 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA685 is #41597A. Grayscale: #A9A9A9. Windows color (decimal): -4282747 or 8758974. OLE color: 8758974.

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

Color convert

RGB 190 166 133 -
CMYK 0 0.13 0.3 0.25
HSL 34.74º 0.3% 0.63% -
HSV(B) 34.74º 0.3% 0.75% -
XYZ 39.11 39.91 27.83 -
YUV 169.41 107.45 142.68 -
System Red Green Blue C M Y K H S L
Decimal 190 166 133 0 0.13 0.3 0.25 34.74 0.3 0.63
Hex BE A6 85 0 D 1E 19 23 1E 3F
Octal 276 246 205 0 15 36 31 43 36 77
Binary 10111110 10100110 10000101 0 1101 11110 11001 100011 11110 111111

Color Harmonies of #BEA685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA685

Black with #BEA685

Text Example


Text Example

White with #BEA685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA685; }

 p { color: rgb(190,166,133); }

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

background-color css

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

 a { background-color: rgb(190,166,133); }

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

border-color css

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

 span { border-color: rgb(190,166,133); }

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