Html Css Color HEX #BAA587 Pavlova

📋 copy color: '#BAA587'

red 186 ◦ green 165 ◦ blue 135

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

Shades of Pavlova #BAA587

Tints of Pavlova #BAA587

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.95%

 BLUE value IS 135 (53.13% from 255) = 27.78%

R = 38.27%
G = 33.95%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BAA587 (or 0xBAA587) is known color: Pavlova. HEX triplet: BA, A5 and 87. RGB value is (186,165,135). Sum of RGB (Red+Green+Blue) = 186+165+135=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 165 (64.84% from 255 or 33.95% from 486); Blue value is 135 (53.12% from 255 or 27.78% from 486); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA587 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA587 is #455A78. Grayscale: #A7A7A7. Windows color (decimal): -4545145 or 8889786. OLE color: 8889786.

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

Color convert

RGB 186 165 135 -
CMYK 0 0.11 0.27 0.27
HSL 35.29º 0.27% 0.63% -
HSV(B) 35.29º 0.27% 0.73% -
XYZ 38.08 39.1 28.46 -
YUV 167.86 109.46 140.94 -
System Red Green Blue C M Y K H S L
Decimal 186 165 135 0 0.11 0.27 0.27 35.29 0.27 0.63
Hex BA A5 87 0 B 1B 1B 23 1B 3F
Octal 272 245 207 0 13 33 33 43 33 77
Binary 10111010 10100101 10000111 0 1011 11011 11011 100011 11011 111111

Color Harmonies of #BAA587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA587

Black with #BAA587

Text Example


Text Example

White with #BAA587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA587; }

 p { color: rgb(186,165,135); }

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

background-color css

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

 a { background-color: rgb(186,165,135); }

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

border-color css

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

 span { border-color: rgb(186,165,135); }

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