Html Css Color HEX #BAA982 Pavlova

📋 copy color: '#BAA982'

red 186 ◦ green 169 ◦ blue 130

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

Shades of Pavlova #BAA982

Tints of Pavlova #BAA982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 26.8%

R = 38.35%
G = 34.85%
B = 26.8%

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

#BAA982 (or 0xBAA982) is known color: Pavlova. HEX triplet: BA, A9 and 82. RGB value is (186,169,130). Sum of RGB (Red+Green+Blue) = 186+169+130=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 169 (66.41% from 255 or 34.85% from 485); Blue value is 130 (51.17% from 255 or 26.80% from 485); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA982 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA982 is #45567D. Grayscale: #A9A9A9. Windows color (decimal): -4544126 or 8563130. OLE color: 8563130.

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

Color convert

RGB 186 169 130 -
CMYK 0 0.09 0.30 0.27
HSL 41.79º 0.29% 0.62% -
HSV(B) 41.79º 0.3% 0.73% -
XYZ 38.47 40.43 26.89 -
YUV 169.64 105.63 139.67 -
System Red Green Blue C M Y K H S L
Decimal 186 169 130 0 0.09 0.30 0.27 41.79 0.29 0.62
Hex BA A9 82 0 9 1E 1B 2A 1D 3E
Octal 272 251 202 0 11 36 33 52 35 76
Binary 10111010 10101001 10000010 0 1001 11110 11011 101010 11101 111110

Color Harmonies of #BAA982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA982

Black with #BAA982

Text Example


Text Example

White with #BAA982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA982; }

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

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

background-color css

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

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

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

border-color css

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

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

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