#B6A78B

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

Shades of Pavlova #B6A78B

Tints of Pavlova #B6A78B

Color information

#B6A78B (or 0xB6A78B) is unknown color: approx Pavlova. HEX triplet: B6, A7 and 8B. RGB value is (182,167,139). Sum of RGB (Red+Green+Blue) = 182+167+139=488 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.30% from 488); Green value is 167 (65.62% from 255 or 34.22% from 488); Blue value is 139 (54.69% from 255 or 28.48% from 488); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A78B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A78B is #495874. Grayscale: #A8A8A8. Windows color (decimal): -4806773 or 9152438. OLE color: 9152438.

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

Color convert

RGB182167139-
CMYK00.080.240.29
HSL39.07º22.75%62.94%-
HSV(B)39.07º23.63%71.37%-
XYZ37.7739.4530.05-
YUV168.29111.47137.78-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.30%
GREEN value IS 167 (65.62% from 255) = 34.22%
BLUE value IS 139 (54.69% from 255) = 28.48%
R=37.30%
G=34.22%
B=28.48%

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
Decimal18216713900.080.240.2939.0722.7562.94
HexB6A78B08181D27173f
Octal2662472130103035472777
Binary10110110101001111000101101000110001110110011110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A78B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A78B; }

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

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

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

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

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

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

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

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