#B6A17D

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

Shades of Pavlova #B6A17D

Tints of Pavlova #B6A17D

Color information

#B6A17D (or 0xB6A17D) is unknown color: approx Pavlova. HEX triplet: B6, A1 and 7D. RGB value is (182,161,125). Sum of RGB (Red+Green+Blue) = 182+161+125=468 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.89% from 468); Green value is 161 (63.28% from 255 or 34.40% from 468); Blue value is 125 (49.22% from 255 or 26.71% from 468); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A17D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A17D is #495E82. Grayscale: #A3A3A3. Windows color (decimal): -4808323 or 8233398. OLE color: 8233398.

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

Color convert

RGB182161125-
CMYK00.120.310.29
HSL37.89º28.08%60.2%-
HSV(B)37.89º31.32%71.37%-
XYZ35.7436.9224.64-
YUV163.17106.46141.43-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.89%
GREEN value IS 161 (63.28% from 255) = 34.40%
BLUE value IS 125 (49.22% from 255) = 26.71%
R=38.89%
G=34.40%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216112500.120.310.2937.8928.0860.2
HexB6A17D0C1F1D261c3c
Octal2662411750143735463474
Binary1011011010100001111110101100111111110110011011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A17D; }

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

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

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

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

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

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

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

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