Html Css Color HEX #BAA87E Pavlova

📋 copy color: '#BAA87E'

red 186 ◦ green 168 ◦ blue 126

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

Shades of Pavlova #BAA87E

Tints of Pavlova #BAA87E

RGB

 RED value IS 186 (73.05% from 255) = 38.75%

 GREEN value IS 168 (66.02% from 255) = 35%

 BLUE value IS 126 (49.61% from 255) = 26.25%

R = 38.75%
G = 35%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BAA87E (or 0xBAA87E) is known color: Pavlova. HEX triplet: BA, A8 and 7E. RGB value is (186,168,126). Sum of RGB (Red+Green+Blue) = 186+168+126=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 168 (66.02% from 255 or 35% from 480); Blue value is 126 (49.61% from 255 or 26.25% from 480); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA87E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA87E is #455781. Grayscale: #A8A8A8. Windows color (decimal): -4544386 or 8300730. OLE color: 8300730.

HSL color Cylindrical-coordinate representation of color #BAA87E: hue angle of 42º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BAA87E is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 168 126 -
CMYK 0 0.10 0.32 0.27
HSL 42º 0.3% 0.61% -
HSV(B) 42º 0.32% 0.73% -
XYZ 38.02 39.95 25.45 -
YUV 168.59 103.96 140.42 -
System Red Green Blue C M Y K H S L
Decimal 186 168 126 0 0.10 0.32 0.27 42 0.3 0.61
Hex BA A8 7E 0 A 20 1B 2A 1E 3D
Octal 272 250 176 0 12 40 33 52 36 75
Binary 10111010 10101000 1111110 0 1010 100000 11011 101010 11110 111101

Color Harmonies of #BAA87E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA87E

Black with #BAA87E

Text Example


Text Example

White with #BAA87E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA87E; }

 p { color: rgb(186,168,126); }

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

background-color css

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

 a { background-color: rgb(186,168,126); }

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

border-color css

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

 span { border-color: rgb(186,168,126); }

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