Html Css Color HEX #BAA87D Pavlova

📋 copy color: '#BAA87D'

red 186 ◦ green 168 ◦ blue 125

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

Shades of Pavlova #BAA87D

Tints of Pavlova #BAA87D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.1%

R = 38.83%
G = 35.07%
B = 26.1%

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

#BAA87D (or 0xBAA87D) is known color: Pavlova. HEX triplet: BA, A8 and 7D. RGB value is (186,168,125). Sum of RGB (Red+Green+Blue) = 186+168+125=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 168 (66.02% from 255 or 35.07% from 479); Blue value is 125 (49.22% from 255 or 26.10% from 479); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA87D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA87D is #455782. Grayscale: #A8A8A8. Windows color (decimal): -4544387 or 8235194. OLE color: 8235194.

HSL color Cylindrical-coordinate representation of color #BAA87D: hue angle of 42.3º 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 #BAA87D is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 168 125 -
CMYK 0 0.10 0.33 0.27
HSL 42.3º 0.31% 0.61% -
HSV(B) 42.3º 0.33% 0.73% -
XYZ 37.95 39.93 25.11 -
YUV 168.48 103.46 140.5 -
System Red Green Blue C M Y K H S L
Decimal 186 168 125 0 0.10 0.33 0.27 42.3 0.31 0.61
Hex BA A8 7D 0 A 21 1B 2A 1F 3D
Octal 272 250 175 0 12 41 33 52 37 75
Binary 10111010 10101000 1111101 0 1010 100001 11011 101010 11111 111101

Color Harmonies of #BAA87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA87D

Black with #BAA87D

Text Example


Text Example

White with #BAA87D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA87D; }

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

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

background-color css

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

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

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

border-color css

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

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

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