Html Css Color HEX #BAA384 Pavlova

📋 copy color: '#BAA384'

red 186 ◦ green 163 ◦ blue 132

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

Shades of Pavlova #BAA384

Tints of Pavlova #BAA384

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.89%

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

R = 38.67%
G = 33.89%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#BAA384 (or 0xBAA384) is known color: Pavlova. HEX triplet: BA, A3 and 84. RGB value is (186,163,132). Sum of RGB (Red+Green+Blue) = 186+163+132=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 163 (64.06% from 255 or 33.89% from 481); Blue value is 132 (51.95% from 255 or 27.44% from 481); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA384 is #455C7B. Grayscale: #A6A6A6. Windows color (decimal): -4545660 or 8692666. OLE color: 8692666.

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

Color convert

RGB 186 163 132 -
CMYK 0 0.12 0.29 0.27
HSL 34.44º 0.28% 0.62% -
HSV(B) 34.44º 0.29% 0.73% -
XYZ 37.51 38.3 27.25 -
YUV 166.34 108.62 142.02 -
System Red Green Blue C M Y K H S L
Decimal 186 163 132 0 0.12 0.29 0.27 34.44 0.28 0.62
Hex BA A3 84 0 C 1D 1B 22 1C 3E
Octal 272 243 204 0 14 35 33 42 34 76
Binary 10111010 10100011 10000100 0 1100 11101 11011 100010 11100 111110

Color Harmonies of #BAA384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA384

Black with #BAA384

Text Example


Text Example

White with #BAA384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA384; }

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

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

background-color css

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

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

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

border-color css

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

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

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