Html Css Color HEX #BAA281 Pavlova

📋 copy color: '#BAA281'

red 186 ◦ green 162 ◦ blue 129

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

Shades of Pavlova #BAA281

Tints of Pavlova #BAA281

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.96%

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

R = 38.99%
G = 33.96%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BAA281 (or 0xBAA281) is known color: Pavlova. HEX triplet: BA, A2 and 81. RGB value is (186,162,129). Sum of RGB (Red+Green+Blue) = 186+162+129=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 162 (63.67% from 255 or 33.96% from 477); Blue value is 129 (50.78% from 255 or 27.04% from 477); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA281 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA281 is #455D7E. Grayscale: #A5A5A5. Windows color (decimal): -4545919 or 8495802. OLE color: 8495802.

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

Color convert

RGB 186 162 129 -
CMYK 0 0.13 0.31 0.27
HSL 34.74º 0.29% 0.62% -
HSV(B) 34.74º 0.31% 0.73% -
XYZ 37.13 37.86 26.12 -
YUV 165.41 107.45 142.68 -
System Red Green Blue C M Y K H S L
Decimal 186 162 129 0 0.13 0.31 0.27 34.74 0.29 0.62
Hex BA A2 81 0 D 1F 1B 23 1D 3E
Octal 272 242 201 0 15 37 33 43 35 76
Binary 10111010 10100010 10000001 0 1101 11111 11011 100011 11101 111110

Color Harmonies of #BAA281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA281

Black with #BAA281

Text Example


Text Example

White with #BAA281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA281; }

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

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

background-color css

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

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

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

border-color css

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

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

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