#B6A185

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

Shades of Pavlova #B6A185

Tints of Pavlova #B6A185

Color information

#B6A185 (or 0xB6A185) is unknown color: approx Pavlova. HEX triplet: B6, A1 and 85. RGB value is (182,161,133). Sum of RGB (Red+Green+Blue) = 182+161+133=476 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.24% from 476); Green value is 161 (63.28% from 255 or 33.82% from 476); Blue value is 133 (52.34% from 255 or 27.94% from 476); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A185 is #495E7A. Grayscale: #A4A4A4. Windows color (decimal): -4808315 or 8757686. OLE color: 8757686.

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

Color convert

RGB182161133-
CMYK00.120.270.29
HSL34.29º25.13%61.76%-
HSV(B)34.29º26.92%71.37%-
XYZ36.2737.1327.45-
YUV164.09110.46140.78-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.24%
GREEN value IS 161 (63.28% from 255) = 33.82%
BLUE value IS 133 (52.34% from 255) = 27.94%
R=38.24%
G=33.82%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216113300.120.270.2934.2925.1361.76
HexB6A1850C1B1D22193e
Octal2662412050143335423176
Binary10110110101000011000010101100110111110110001011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A185; }

 p { color: rgb(182,161,133); }

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

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

 a { background-color: rgb(182,161,133); }

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

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

 span { border-color: rgb(182,161,133); }

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