Html Css Color HEX #BAA581 Pavlova

📋 copy color: '#BAA581'

red 186 ◦ green 165 ◦ blue 129

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

Shades of Pavlova #BAA581

Tints of Pavlova #BAA581

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.38%

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

R = 38.75%
G = 34.38%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BAA581 (or 0xBAA581) is known color: Pavlova. HEX triplet: BA, A5 and 81. RGB value is (186,165,129). Sum of RGB (Red+Green+Blue) = 186+165+129=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 165 (64.84% from 255 or 34.38% from 480); Blue value is 129 (50.78% from 255 or 26.88% from 480); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA581 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA581 is #455A7E. Grayscale: #A7A7A7. Windows color (decimal): -4545151 or 8496570. OLE color: 8496570.

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

Color convert

RGB 186 165 129 -
CMYK 0 0.11 0.31 0.27
HSL 37.89º 0.29% 0.62% -
HSV(B) 37.89º 0.31% 0.73% -
XYZ 37.67 38.93 26.3 -
YUV 167.18 106.46 141.43 -
System Red Green Blue C M Y K H S L
Decimal 186 165 129 0 0.11 0.31 0.27 37.89 0.29 0.62
Hex BA A5 81 0 B 1F 1B 26 1D 3E
Octal 272 245 201 0 13 37 33 46 35 76
Binary 10111010 10100101 10000001 0 1011 11111 11011 100110 11101 111110

Color Harmonies of #BAA581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA581

Black with #BAA581

Text Example


Text Example

White with #BAA581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA581; }

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

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

background-color css

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

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

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

border-color css

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

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

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