Html Css Color HEX #BAA58C Pavlova

📋 copy color: '#BAA58C'

red 186 ◦ green 165 ◦ blue 140

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

Shades of Pavlova #BAA58C

Tints of Pavlova #BAA58C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.51%

R = 37.88%
G = 33.6%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BAA58C (or 0xBAA58C) is known color: Pavlova. HEX triplet: BA, A5 and 8C. RGB value is (186,165,140). Sum of RGB (Red+Green+Blue) = 186+165+140=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 165 (64.84% from 255 or 33.60% from 491); Blue value is 140 (55.08% from 255 or 28.51% from 491); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA58C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA58C is #455A73. Grayscale: #A8A8A8. Windows color (decimal): -4545140 or 9217466. OLE color: 9217466.

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

Color convert

RGB 186 165 140 -
CMYK 0 0.11 0.25 0.27
HSL 32.61º 0.25% 0.64% -
HSV(B) 32.61º 0.25% 0.73% -
XYZ 38.44 39.24 30.36 -
YUV 168.43 111.96 140.53 -
System Red Green Blue C M Y K H S L
Decimal 186 165 140 0 0.11 0.25 0.27 32.61 0.25 0.64
Hex BA A5 8C 0 B 19 1B 21 19 40
Octal 272 245 214 0 13 31 33 41 31 100
Binary 10111010 10100101 10001100 0 1011 11001 11011 100001 11001 1000000

Color Harmonies of #BAA58C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA58C

Black with #BAA58C

Text Example


Text Example

White with #BAA58C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA58C; }

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

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

background-color css

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

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

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

border-color css

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

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

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