#BAA383

Color #BAA383 Pavlova (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pavlova #BAA383

Tints of Pavlova #BAA383

Color information

#BAA383 (or 0xBAA383) is unknown color: approx Pavlova. HEX triplet: BA, A3 and 83. RGB value is (186,163,131). Sum of RGB (Red+Green+Blue) = 186+163+131=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 163 (64.06% from 255 or 33.96% from 480); Blue value is 131 (51.56% from 255 or 27.29% from 480); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA383 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA383 is #455C7C. Grayscale: #A6A6A6. Windows color (decimal): -4545661 or 8627130. OLE color: 8627130.

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

Color convert

RGB186163131-
CMYK00.120.300.27
HSL34.91º28.5%62.16%-
HSV(B)34.91º29.57%72.94%-
XYZ37.4438.2726.89-
YUV166.23108.12142.1-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.75%
GREEN value IS 163 (64.06% from 255) = 33.96%
BLUE value IS 131 (51.56% from 255) = 27.29%
R=38.75%
G=33.96%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616313100.120.300.2734.9128.562.16
HexBAA3830C1E1B231c3e
Octal2722432030143633433476
Binary10111010101000111000001101100111101101110001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA383; }

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

 H1.HeaderClassName
 {
   color: #BAA383;
 }
 .AnyTagClassName
 {
   color: #BAA383;
 }
</style>
background-color css

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

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

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

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

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

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