#B6A27D

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

Shades of Pavlova #B6A27D

Tints of Pavlova #B6A27D

Color information

#B6A27D (or 0xB6A27D) is unknown color: approx Pavlova. HEX triplet: B6, A2 and 7D. RGB value is (182,162,125). Sum of RGB (Red+Green+Blue) = 182+162+125=469 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.81% from 469); Green value is 162 (63.67% from 255 or 34.54% from 469); Blue value is 125 (49.22% from 255 or 26.65% from 469); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A27D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A27D is #495D82. Grayscale: #A3A3A3. Windows color (decimal): -4808067 or 8233654. OLE color: 8233654.

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

Color convert

RGB182162125-
CMYK00.110.310.29
HSL38.95º28.08%60.2%-
HSV(B)38.95º31.32%71.37%-
XYZ35.9137.2724.7-
YUV163.76106.13141.01-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.81%
GREEN value IS 162 (63.67% from 255) = 34.54%
BLUE value IS 125 (49.22% from 255) = 26.65%
R=38.81%
G=34.54%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216212500.110.310.2938.9528.0860.2
HexB6A27D0B1F1D271c3c
Octal2662421750133735473474
Binary1011011010100010111110101011111111110110011111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A27D; }

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

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

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

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

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

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

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

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