#B6A382

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

Shades of Pavlova #B6A382

Tints of Pavlova #B6A382

Color information

#B6A382 (or 0xB6A382) is unknown color: approx Pavlova. HEX triplet: B6, A3 and 82. RGB value is (182,163,130). Sum of RGB (Red+Green+Blue) = 182+163+130=475 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.32% from 475); Green value is 163 (64.06% from 255 or 34.32% from 475); Blue value is 130 (51.17% from 255 or 27.37% from 475); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A382 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A382 is #495C7D. Grayscale: #A5A5A5. Windows color (decimal): -4807806 or 8561590. OLE color: 8561590.

HSL color Cylindrical-coordinate representation of color #B6A382: hue angle of 38.08º degrees, saturation: 0.26, 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 #B6A382 is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB182163130-
CMYK00.100.290.29
HSL38.08º26.26%61.18%-
HSV(B)38.08º28.57%71.37%-
XYZ36.4237.7526.49-
YUV164.92108.29140.18-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.32%
GREEN value IS 163 (64.06% from 255) = 34.32%
BLUE value IS 130 (51.17% from 255) = 27.37%
R=38.32%
G=34.32%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216313000.100.290.2938.0826.2661.18
HexB6A3820A1D1D261a3d
Octal2662432020123535463275
Binary10110110101000111000001001010111011110110011011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A382; }

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

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

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

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

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

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

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

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