#B6A68A

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

Shades of Pavlova #B6A68A

Tints of Pavlova #B6A68A

Color information

#B6A68A (or 0xB6A68A) is unknown color: approx Pavlova. HEX triplet: B6, A6 and 8A. RGB value is (182,166,138). Sum of RGB (Red+Green+Blue) = 182+166+138=486 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.45% from 486); Green value is 166 (65.23% from 255 or 34.16% from 486); Blue value is 138 (54.30% from 255 or 28.40% from 486); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A68A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A68A is #495975. Grayscale: #A7A7A7. Windows color (decimal): -4807030 or 9086646. OLE color: 9086646.

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

Color convert

RGB182166138-
CMYK00.090.240.29
HSL38.18º23.16%62.75%-
HSV(B)38.18º24.18%71.37%-
XYZ37.5239.0529.61-
YUV167.59111.3138.28-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.45%
GREEN value IS 166 (65.23% from 255) = 34.16%
BLUE value IS 138 (54.30% from 255) = 28.40%
R=37.45%
G=34.16%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216613800.090.240.2938.1823.1662.75
HexB6A68A09181D26173f
Octal2662462120113035462777
Binary10110110101001101000101001001110001110110011010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A68A; }

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

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

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

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

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

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

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

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