Html Css Color HEX #BAA684 Pavlova

📋 copy color: '#BAA684'

red 186 ◦ green 166 ◦ blue 132

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

Shades of Pavlova #BAA684

Tints of Pavlova #BAA684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 27.27%

R = 38.43%
G = 34.3%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#BAA684 (or 0xBAA684) is known color: Pavlova. HEX triplet: BA, A6 and 84. RGB value is (186,166,132). Sum of RGB (Red+Green+Blue) = 186+166+132=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 166 (65.23% from 255 or 34.30% from 484); Blue value is 132 (51.95% from 255 or 27.27% from 484); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA684 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA684 is #45597B. Grayscale: #A8A8A8. Windows color (decimal): -4544892 or 8693434. OLE color: 8693434.

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

Color convert

RGB 186 166 132 -
CMYK 0 0.11 0.29 0.27
HSL 37.78º 0.28% 0.62% -
HSV(B) 37.78º 0.29% 0.73% -
XYZ 38.05 39.38 27.42 -
YUV 168.1 107.63 140.76 -
System Red Green Blue C M Y K H S L
Decimal 186 166 132 0 0.11 0.29 0.27 37.78 0.28 0.62
Hex BA A6 84 0 B 1D 1B 26 1C 3E
Octal 272 246 204 0 13 35 33 46 34 76
Binary 10111010 10100110 10000100 0 1011 11101 11011 100110 11100 111110

Color Harmonies of #BAA684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA684

Black with #BAA684

Text Example


Text Example

White with #BAA684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA684; }

 p { color: rgb(186,166,132); }

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

background-color css

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

 a { background-color: rgb(186,166,132); }

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

border-color css

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

 span { border-color: rgb(186,166,132); }

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