Html Css Color HEX #BAA483 Pavlova

📋 copy color: '#BAA483'

red 186 ◦ green 164 ◦ blue 131

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

Shades of Pavlova #BAA483

Tints of Pavlova #BAA483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 27.23%

R = 38.67%
G = 34.1%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BAA483 (or 0xBAA483) is known color: Pavlova. HEX triplet: BA, A4 and 83. RGB value is (186,164,131). Sum of RGB (Red+Green+Blue) = 186+164+131=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 164 (64.45% from 255 or 34.10% from 481); Blue value is 131 (51.56% from 255 or 27.23% from 481); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA483 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA483 is #455B7C. Grayscale: #A6A6A6. Windows color (decimal): -4545405 or 8627386. OLE color: 8627386.

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

Color convert

RGB 186 164 131 -
CMYK 0 0.12 0.30 0.27
HSL 36º 0.28% 0.62% -
HSV(B) 36º 0.3% 0.73% -
XYZ 37.62 38.63 26.95 -
YUV 166.82 107.79 141.68 -
System Red Green Blue C M Y K H S L
Decimal 186 164 131 0 0.12 0.30 0.27 36 0.28 0.62
Hex BA A4 83 0 C 1E 1B 24 1C 3E
Octal 272 244 203 0 14 36 33 44 34 76
Binary 10111010 10100100 10000011 0 1100 11110 11011 100100 11100 111110

Color Harmonies of #BAA483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA483

Black with #BAA483

Text Example


Text Example

White with #BAA483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA483; }

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

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

background-color css

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

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

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

border-color css

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

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

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