#B6A78A

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

Shades of Pavlova #B6A78A

Tints of Pavlova #B6A78A

Color information

#B6A78A (or 0xB6A78A) is unknown color: approx Pavlova. HEX triplet: B6, A7 and 8A. RGB value is (182,167,138). Sum of RGB (Red+Green+Blue) = 182+167+138=487 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.37% from 487); Green value is 167 (65.62% from 255 or 34.29% from 487); Blue value is 138 (54.30% from 255 or 28.34% from 487); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A78A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A78A is #495875. Grayscale: #A8A8A8. Windows color (decimal): -4806774 or 9086902. OLE color: 9086902.

HSL color Cylindrical-coordinate representation of color #B6A78A: hue angle of 39.55º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B6A78A is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB182167138-
CMYK00.080.240.29
HSL39.55º23.16%62.75%-
HSV(B)39.55º24.18%71.37%-
XYZ37.739.4229.67-
YUV168.18110.97137.86-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.37%
GREEN value IS 167 (65.62% from 255) = 34.29%
BLUE value IS 138 (54.30% from 255) = 28.34%
R=37.37%
G=34.29%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216713800.080.240.2939.5523.1662.75
HexB6A78A08181D28173f
Octal2662472120103035502777
Binary10110110101001111000101001000110001110110100010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A78A; }

 p { color: rgb(182,167,138); }

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

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

 a { background-color: rgb(182,167,138); }

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

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

 span { border-color: rgb(182,167,138); }

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