Html Css Color HEX #BAA87B Pavlova

📋 copy color: '#BAA87B'

red 186 ◦ green 168 ◦ blue 123

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

Shades of Pavlova #BAA87B

Tints of Pavlova #BAA87B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.79%

R = 38.99%
G = 35.22%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BAA87B (or 0xBAA87B) is known color: Pavlova. HEX triplet: BA, A8 and 7B. RGB value is (186,168,123). Sum of RGB (Red+Green+Blue) = 186+168+123=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 168 (66.02% from 255 or 35.22% from 477); Blue value is 123 (48.44% from 255 or 25.79% from 477); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA87B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA87B is #455784. Grayscale: #A8A8A8. Windows color (decimal): -4544389 or 8104122. OLE color: 8104122.

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

Color convert

RGB 186 168 123 -
CMYK 0 0.10 0.34 0.27
HSL 42.86º 0.31% 0.61% -
HSV(B) 42.86º 0.34% 0.73% -
XYZ 37.83 39.87 24.44 -
YUV 168.25 102.46 140.66 -
System Red Green Blue C M Y K H S L
Decimal 186 168 123 0 0.10 0.34 0.27 42.86 0.31 0.61
Hex BA A8 7B 0 A 22 1B 2B 1F 3D
Octal 272 250 173 0 12 42 33 53 37 75
Binary 10111010 10101000 1111011 0 1010 100010 11011 101011 11111 111101

Color Harmonies of #BAA87B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA87B

Black with #BAA87B

Text Example


Text Example

White with #BAA87B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA87B; }

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

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

background-color css

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

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

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

border-color css

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

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

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