Html Css Color HEX #BAA481 Pavlova

📋 copy color: '#BAA481'

red 186 ◦ green 164 ◦ blue 129

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

Shades of Pavlova #BAA481

Tints of Pavlova #BAA481

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.24%

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

R = 38.83%
G = 34.24%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BAA481 (or 0xBAA481) is known color: Pavlova. HEX triplet: BA, A4 and 81. RGB value is (186,164,129). Sum of RGB (Red+Green+Blue) = 186+164+129=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 164 (64.45% from 255 or 34.24% from 479); Blue value is 129 (50.78% from 255 or 26.93% from 479); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA481 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA481 is #455B7E. Grayscale: #A6A6A6. Windows color (decimal): -4545407 or 8496314. OLE color: 8496314.

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

Color convert

RGB 186 164 129 -
CMYK 0 0.12 0.31 0.27
HSL 36.84º 0.29% 0.62% -
HSV(B) 36.84º 0.31% 0.73% -
XYZ 37.49 38.58 26.24 -
YUV 166.59 106.79 141.85 -
System Red Green Blue C M Y K H S L
Decimal 186 164 129 0 0.12 0.31 0.27 36.84 0.29 0.62
Hex BA A4 81 0 C 1F 1B 25 1D 3E
Octal 272 244 201 0 14 37 33 45 35 76
Binary 10111010 10100100 10000001 0 1100 11111 11011 100101 11101 111110

Color Harmonies of #BAA481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA481

Black with #BAA481

Text Example


Text Example

White with #BAA481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA481; }

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

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

background-color css

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

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

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

border-color css

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

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

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