Html Css Color HEX #BAAC83 Pavlova

📋 copy color: '#BAAC83'

red 186 ◦ green 172 ◦ blue 131

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

Shades of Pavlova #BAAC83

Tints of Pavlova #BAAC83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 26.79%

R = 38.04%
G = 35.17%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BAAC83 (or 0xBAAC83) is known color: Pavlova. HEX triplet: BA, AC and 83. RGB value is (186,172,131). Sum of RGB (Red+Green+Blue) = 186+172+131=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 172 (67.58% from 255 or 35.17% from 489); Blue value is 131 (51.56% from 255 or 26.79% from 489); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAC83 is #45537C. Grayscale: #ABABAB. Windows color (decimal): -4543357 or 8629434. OLE color: 8629434.

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

Color convert

RGB 186 172 131 -
CMYK 0 0.08 0.30 0.27
HSL 44.73º 0.28% 0.62% -
HSV(B) 44.73º 0.3% 0.73% -
XYZ 39.1 41.58 27.44 -
YUV 171.51 105.14 138.33 -
System Red Green Blue C M Y K H S L
Decimal 186 172 131 0 0.08 0.30 0.27 44.73 0.28 0.62
Hex BA AC 83 0 8 1E 1B 2D 1C 3E
Octal 272 254 203 0 10 36 33 55 34 76
Binary 10111010 10101100 10000011 0 1000 11110 11011 101101 11100 111110

Color Harmonies of #BAAC83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAC83

Black with #BAAC83

Text Example


Text Example

White with #BAAC83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAC83; }

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

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

background-color css

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

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

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

border-color css

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

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

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