Html Css Color HEX #BAA786 Pavlova

📋 copy color: '#BAA786'

red 186 ◦ green 167 ◦ blue 134

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

Shades of Pavlova #BAA786

Tints of Pavlova #BAA786

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.29%

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

R = 38.19%
G = 34.29%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BAA786 (or 0xBAA786) is known color: Pavlova. HEX triplet: BA, A7 and 86. RGB value is (186,167,134). Sum of RGB (Red+Green+Blue) = 186+167+134=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 167 (65.62% from 255 or 34.29% from 487); Blue value is 134 (52.73% from 255 or 27.52% from 487); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA786 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA786 is #455879. Grayscale: #A9A9A9. Windows color (decimal): -4544634 or 8824762. OLE color: 8824762.

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

Color convert

RGB 186 167 134 -
CMYK 0 0.10 0.28 0.27
HSL 38.08º 0.27% 0.63% -
HSV(B) 38.08º 0.28% 0.73% -
XYZ 38.37 39.8 28.21 -
YUV 168.92 108.29 140.18 -
System Red Green Blue C M Y K H S L
Decimal 186 167 134 0 0.10 0.28 0.27 38.08 0.27 0.63
Hex BA A7 86 0 A 1C 1B 26 1B 3F
Octal 272 247 206 0 12 34 33 46 33 77
Binary 10111010 10100111 10000110 0 1010 11100 11011 100110 11011 111111

Color Harmonies of #BAA786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA786

Black with #BAA786

Text Example


Text Example

White with #BAA786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA786; }

 p { color: rgb(186,167,134); }

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

background-color css

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

 a { background-color: rgb(186,167,134); }

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

border-color css

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

 span { border-color: rgb(186,167,134); }

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