#B7A68E

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

Shades of Pavlova #B7A68E

Tints of Pavlova #B7A68E

Color information

#B7A68E (or 0xB7A68E) is unknown color: approx Pavlova. HEX triplet: B7, A6 and 8E. RGB value is (183,166,142). Sum of RGB (Red+Green+Blue) = 183+166+142=491 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.27% from 491); Green value is 166 (65.23% from 255 or 33.81% from 491); Blue value is 142 (55.86% from 255 or 28.92% from 491); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A68E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A68E is #485971. Grayscale: #A8A8A8. Windows color (decimal): -4741490 or 9348791. OLE color: 9348791.

HSL color Cylindrical-coordinate representation of color #B7A68E: hue angle of 35.12º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B7A68E is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.28.

Color convert

RGB183166142-
CMYK00.090.220.28
HSL35.12º22.16%63.73%-
HSV(B)35.12º22.4%71.76%-
XYZ38.0539.2931.17-
YUV168.35113.13138.45-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.27%
GREEN value IS 166 (65.23% from 255) = 33.81%
BLUE value IS 142 (55.86% from 255) = 28.92%
R=37.27%
G=33.81%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18316614200.090.220.2835.1222.1663.73
HexB7A68E09161C231640
Octal26724621601126344326100
Binary101101111010011010001110010011011011100100011101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A68E; }

 p { color: rgb(183,166,142); }

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

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

 a { background-color: rgb(183,166,142); }

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

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

 span { border-color: rgb(183,166,142); }

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