Html Css Color HEX #BAA780 Pavlova

📋 copy color: '#BAA780'

red 186 ◦ green 167 ◦ blue 128

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

Shades of Pavlova #BAA780

Tints of Pavlova #BAA780

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 26.61%

R = 38.67%
G = 34.72%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BAA780 (or 0xBAA780) is known color: Pavlova. HEX triplet: BA, A7 and 80. RGB value is (186,167,128). Sum of RGB (Red+Green+Blue) = 186+167+128=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 167 (65.62% from 255 or 34.72% from 481); Blue value is 128 (50.39% from 255 or 26.61% from 481); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA780 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA780 is #45587F. Grayscale: #A8A8A8. Windows color (decimal): -4544640 or 8431546. OLE color: 8431546.

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

Color convert

RGB 186 167 128 -
CMYK 0 0.10 0.31 0.27
HSL 40.34º 0.3% 0.62% -
HSV(B) 40.34º 0.31% 0.73% -
XYZ 37.96 39.64 26.07 -
YUV 168.24 105.29 140.67 -
System Red Green Blue C M Y K H S L
Decimal 186 167 128 0 0.10 0.31 0.27 40.34 0.3 0.62
Hex BA A7 80 0 A 1F 1B 28 1E 3E
Octal 272 247 200 0 12 37 33 50 36 76
Binary 10111010 10100111 10000000 0 1010 11111 11011 101000 11110 111110

Color Harmonies of #BAA780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA780

Black with #BAA780

Text Example


Text Example

White with #BAA780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA780; }

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

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

background-color css

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

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

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

border-color css

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

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

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