Html Css Color HEX #BAAC81 Pavlova

📋 copy color: '#BAAC81'

red 186 ◦ green 172 ◦ blue 129

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

Shades of Pavlova #BAAC81

Tints of Pavlova #BAAC81

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.32%

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

R = 38.19%
G = 35.32%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BAAC81 (or 0xBAAC81) is known color: Pavlova. HEX triplet: BA, AC and 81. RGB value is (186,172,129). Sum of RGB (Red+Green+Blue) = 186+172+129=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 129 (50.78% from 255 or 26.49% from 487); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAC81 is #45537E. Grayscale: #ABABAB. Windows color (decimal): -4543359 or 8498362. OLE color: 8498362.

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

Color convert

RGB 186 172 129 -
CMYK 0 0.08 0.31 0.27
HSL 45.26º 0.29% 0.62% -
HSV(B) 45.26º 0.31% 0.73% -
XYZ 38.96 41.53 26.73 -
YUV 171.28 104.14 138.5 -
System Red Green Blue C M Y K H S L
Decimal 186 172 129 0 0.08 0.31 0.27 45.26 0.29 0.62
Hex BA AC 81 0 8 1F 1B 2D 1D 3E
Octal 272 254 201 0 10 37 33 55 35 76
Binary 10111010 10101100 10000001 0 1000 11111 11011 101101 11101 111110

Color Harmonies of #BAAC81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAC81

Black with #BAAC81

Text Example


Text Example

White with #BAAC81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAC81; }

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

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

background-color css

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

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

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

border-color css

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

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

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