Html Css Color HEX #BAA983 Pavlova

📋 copy color: '#BAA983'

red 186 ◦ green 169 ◦ blue 131

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

Shades of Pavlova #BAA983

Tints of Pavlova #BAA983

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.77%

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

R = 38.27%
G = 34.77%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BAA983 (or 0xBAA983) is known color: Pavlova. HEX triplet: BA, A9 and 83. RGB value is (186,169,131). Sum of RGB (Red+Green+Blue) = 186+169+131=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 169 (66.41% from 255 or 34.77% from 486); Blue value is 131 (51.56% from 255 or 26.95% from 486); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA983 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA983 is #45567C. Grayscale: #A9A9A9. Windows color (decimal): -4544125 or 8628666. OLE color: 8628666.

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

Color convert

RGB 186 169 131 -
CMYK 0 0.09 0.30 0.27
HSL 41.45º 0.28% 0.62% -
HSV(B) 41.45º 0.3% 0.73% -
XYZ 38.53 40.45 27.25 -
YUV 169.75 106.13 139.59 -
System Red Green Blue C M Y K H S L
Decimal 186 169 131 0 0.09 0.30 0.27 41.45 0.28 0.62
Hex BA A9 83 0 9 1E 1B 29 1C 3E
Octal 272 251 203 0 11 36 33 51 34 76
Binary 10111010 10101001 10000011 0 1001 11110 11011 101001 11100 111110

Color Harmonies of #BAA983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA983

Black with #BAA983

Text Example


Text Example

White with #BAA983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA983; }

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

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

background-color css

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

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

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

border-color css

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

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

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