Html Css Color HEX #BAA790 Pavlova

📋 copy color: '#BAA790'

red 186 ◦ green 167 ◦ blue 144

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

Shades of Pavlova #BAA790

Tints of Pavlova #BAA790

RGB

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

 GREEN value IS 167 (65.63% from 255) = 33.6%

 BLUE value IS 144 (56.64% from 255) = 28.97%

R = 37.42%
G = 33.6%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BAA790 (or 0xBAA790) is known color: Pavlova. HEX triplet: BA, A7 and 90. RGB value is (186,167,144). Sum of RGB (Red+Green+Blue) = 186+167+144=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 167 (65.62% from 255 or 33.60% from 497); Blue value is 144 (56.64% from 255 or 28.97% from 497); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA790 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA790 is #45586F. Grayscale: #AAAAAA. Windows color (decimal): -4544624 or 9480122. OLE color: 9480122.

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

Color convert

RGB 186 167 144 -
CMYK 0 0.10 0.23 0.27
HSL 32.86º 0.23% 0.65% -
HSV(B) 32.86º 0.23% 0.73% -
XYZ 39.1 40.09 32.06 -
YUV 170.06 113.29 139.37 -
System Red Green Blue C M Y K H S L
Decimal 186 167 144 0 0.10 0.23 0.27 32.86 0.23 0.65
Hex BA A7 90 0 A 17 1B 21 17 41
Octal 272 247 220 0 12 27 33 41 27 101
Binary 10111010 10100111 10010000 0 1010 10111 11011 100001 10111 1000001

Color Harmonies of #BAA790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA790

Black with #BAA790

Text Example


Text Example

White with #BAA790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA790; }

 p { color: rgb(186,167,144); }

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

background-color css

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

 a { background-color: rgb(186,167,144); }

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

border-color css

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

 span { border-color: rgb(186,167,144); }

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