#B6A47D

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

Shades of Pavlova #B6A47D

Tints of Pavlova #B6A47D

Color information

#B6A47D (or 0xB6A47D) is unknown color: approx Pavlova. HEX triplet: B6, A4 and 7D. RGB value is (182,164,125). Sum of RGB (Red+Green+Blue) = 182+164+125=471 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.64% from 471); Green value is 164 (64.45% from 255 or 34.82% from 471); Blue value is 125 (49.22% from 255 or 26.54% from 471); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A47D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A47D is #495B82. Grayscale: #A5A5A5. Windows color (decimal): -4807555 or 8234166. OLE color: 8234166.

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

Color convert

RGB182164125-
CMYK00.100.310.29
HSL41.05º28.08%60.2%-
HSV(B)41.05º31.32%71.37%-
XYZ36.2737.9824.82-
YUV164.94105.46140.17-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.64%
GREEN value IS 164 (64.45% from 255) = 34.82%
BLUE value IS 125 (49.22% from 255) = 26.54%
R=38.64%
G=34.82%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216412500.100.310.2941.0528.0860.2
HexB6A47D0A1F1D291c3c
Octal2662441750123735513474
Binary1011011010100100111110101010111111110110100111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A47D; }

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

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

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

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

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

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

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

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