#B6A181

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

Shades of Pavlova #B6A181

Tints of Pavlova #B6A181

Color information

#B6A181 (or 0xB6A181) is unknown color: approx Pavlova. HEX triplet: B6, A1 and 81. RGB value is (182,161,129). Sum of RGB (Red+Green+Blue) = 182+161+129=472 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.56% from 472); Green value is 161 (63.28% from 255 or 34.11% from 472); Blue value is 129 (50.78% from 255 or 27.33% from 472); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A181 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A181 is #495E7E. Grayscale: #A3A3A3. Windows color (decimal): -4808319 or 8495542. OLE color: 8495542.

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

Color convert

RGB182161129-
CMYK00.120.290.29
HSL36.23º26.63%60.98%-
HSV(B)36.23º29.12%71.37%-
XYZ3637.0226.02-
YUV163.63108.46141.1-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.56%
GREEN value IS 161 (63.28% from 255) = 34.11%
BLUE value IS 129 (50.78% from 255) = 27.33%
R=38.56%
G=34.11%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216112900.120.290.2936.2326.6360.98
HexB6A1810C1D1D241b3d
Octal2662412010143535443375
Binary10110110101000011000000101100111011110110010011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A181; }

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

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

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

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

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

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

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

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