Html Css Color HEX #BAA584 Pavlova

📋 copy color: '#BAA584'

red 186 ◦ green 165 ◦ blue 132

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

Shades of Pavlova #BAA584

Tints of Pavlova #BAA584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 27.33%

R = 38.51%
G = 34.16%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#BAA584 (or 0xBAA584) is known color: Pavlova. HEX triplet: BA, A5 and 84. RGB value is (186,165,132). Sum of RGB (Red+Green+Blue) = 186+165+132=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 165 (64.84% from 255 or 34.16% from 483); Blue value is 132 (51.95% from 255 or 27.33% from 483); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA584 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA584 is #455A7B. Grayscale: #A7A7A7. Windows color (decimal): -4545148 or 8693178. OLE color: 8693178.

HSL color Cylindrical-coordinate representation of color #BAA584: hue angle of 36.67º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BAA584 is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 165 132 -
CMYK 0 0.11 0.29 0.27
HSL 36.67º 0.28% 0.62% -
HSV(B) 36.67º 0.29% 0.73% -
XYZ 37.87 39.02 27.36 -
YUV 167.52 107.96 141.18 -
System Red Green Blue C M Y K H S L
Decimal 186 165 132 0 0.11 0.29 0.27 36.67 0.28 0.62
Hex BA A5 84 0 B 1D 1B 25 1C 3E
Octal 272 245 204 0 13 35 33 45 34 76
Binary 10111010 10100101 10000100 0 1011 11101 11011 100101 11100 111110

Color Harmonies of #BAA584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA584

Black with #BAA584

Text Example


Text Example

White with #BAA584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA584; }

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

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

background-color css

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

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

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

border-color css

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

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

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