Html Css Color HEX #BAA883 Pavlova

📋 copy color: '#BAA883'

red 186 ◦ green 168 ◦ blue 131

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

Shades of Pavlova #BAA883

Tints of Pavlova #BAA883

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.64%

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

R = 38.35%
G = 34.64%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BAA883 (or 0xBAA883) is known color: Pavlova. HEX triplet: BA, A8 and 83. RGB value is (186,168,131). Sum of RGB (Red+Green+Blue) = 186+168+131=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 168 (66.02% from 255 or 34.64% from 485); Blue value is 131 (51.56% from 255 or 27.01% from 485); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA883 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA883 is #45577C. Grayscale: #A9A9A9. Windows color (decimal): -4544381 or 8628410. OLE color: 8628410.

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

Color convert

RGB 186 168 131 -
CMYK 0 0.10 0.30 0.27
HSL 40.36º 0.28% 0.62% -
HSV(B) 40.36º 0.3% 0.73% -
XYZ 38.35 40.08 27.19 -
YUV 169.16 106.46 140.01 -
System Red Green Blue C M Y K H S L
Decimal 186 168 131 0 0.10 0.30 0.27 40.36 0.28 0.62
Hex BA A8 83 0 A 1E 1B 28 1C 3E
Octal 272 250 203 0 12 36 33 50 34 76
Binary 10111010 10101000 10000011 0 1010 11110 11011 101000 11100 111110

Color Harmonies of #BAA883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA883

Black with #BAA883

Text Example


Text Example

White with #BAA883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA883; }

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

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

background-color css

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

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

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

border-color css

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

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

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