#B6A380

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

Shades of Pavlova #B6A380

Tints of Pavlova #B6A380

Color information

#B6A380 (or 0xB6A380) is unknown color: approx Pavlova. HEX triplet: B6, A3 and 80. RGB value is (182,163,128). Sum of RGB (Red+Green+Blue) = 182+163+128=473 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.48% from 473); Green value is 163 (64.06% from 255 or 34.46% from 473); Blue value is 128 (50.39% from 255 or 27.06% from 473); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A380 is #495C7F. Grayscale: #A4A4A4. Windows color (decimal): -4807808 or 8430518. OLE color: 8430518.

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

Color convert

RGB182163128-
CMYK00.100.300.29
HSL38.89º27%60.78%-
HSV(B)38.89º29.67%71.37%-
XYZ36.2837.725.79-
YUV164.69107.29140.35-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.48%
GREEN value IS 163 (64.06% from 255) = 34.46%
BLUE value IS 128 (50.39% from 255) = 27.06%
R=38.48%
G=34.46%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216312800.100.300.2938.892760.78
HexB6A3800A1E1D271b3d
Octal2662432000123635473375
Binary10110110101000111000000001010111101110110011111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A380; }

 p { color: rgb(182,163,128); }

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

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

 a { background-color: rgb(182,163,128); }

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

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

 span { border-color: rgb(182,163,128); }

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