Html Css Color HEX #BAA87C Pavlova

📋 copy color: '#BAA87C'

red 186 ◦ green 168 ◦ blue 124

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

Shades of Pavlova #BAA87C

Tints of Pavlova #BAA87C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 25.94%

R = 38.91%
G = 35.15%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BAA87C (or 0xBAA87C) is known color: Pavlova. HEX triplet: BA, A8 and 7C. RGB value is (186,168,124). Sum of RGB (Red+Green+Blue) = 186+168+124=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 168 (66.02% from 255 or 35.15% from 478); Blue value is 124 (48.83% from 255 or 25.94% from 478); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA87C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA87C is #455783. Grayscale: #A8A8A8. Windows color (decimal): -4544388 or 8169658. OLE color: 8169658.

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

Color convert

RGB 186 168 124 -
CMYK 0 0.10 0.33 0.27
HSL 42.58º 0.31% 0.61% -
HSV(B) 42.58º 0.33% 0.73% -
XYZ 37.89 39.9 24.77 -
YUV 168.37 102.96 140.58 -
System Red Green Blue C M Y K H S L
Decimal 186 168 124 0 0.10 0.33 0.27 42.58 0.31 0.61
Hex BA A8 7C 0 A 21 1B 2B 1F 3D
Octal 272 250 174 0 12 41 33 53 37 75
Binary 10111010 10101000 1111100 0 1010 100001 11011 101011 11111 111101

Color Harmonies of #BAA87C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA87C

Black with #BAA87C

Text Example


Text Example

White with #BAA87C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA87C; }

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

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

background-color css

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

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

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

border-color css

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

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

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