Html Css Color HEX #BAA781 Pavlova

📋 copy color: '#BAA781'

red 186 ◦ green 167 ◦ blue 129

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

Shades of Pavlova #BAA781

Tints of Pavlova #BAA781

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 26.76%

R = 38.59%
G = 34.65%
B = 26.76%

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

#BAA781 (or 0xBAA781) is known color: Pavlova. HEX triplet: BA, A7 and 81. RGB value is (186,167,129). Sum of RGB (Red+Green+Blue) = 186+167+129=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 167 (65.62% from 255 or 34.65% from 482); Blue value is 129 (50.78% from 255 or 26.76% from 482); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA781 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA781 is #45587E. Grayscale: #A8A8A8. Windows color (decimal): -4544639 or 8497082. OLE color: 8497082.

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

Color convert

RGB 186 167 129 -
CMYK 0 0.10 0.31 0.27
HSL 40º 0.29% 0.62% -
HSV(B) 40º 0.31% 0.73% -
XYZ 38.03 39.66 26.42 -
YUV 168.35 105.79 140.59 -
System Red Green Blue C M Y K H S L
Decimal 186 167 129 0 0.10 0.31 0.27 40 0.29 0.62
Hex BA A7 81 0 A 1F 1B 28 1D 3E
Octal 272 247 201 0 12 37 33 50 35 76
Binary 10111010 10100111 10000001 0 1010 11111 11011 101000 11101 111110

Color Harmonies of #BAA781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA781

Black with #BAA781

Text Example


Text Example

White with #BAA781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA781; }

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

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

background-color css

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

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

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

border-color css

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

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

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