#B7A68C

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

Shades of Pavlova #B7A68C

Tints of Pavlova #B7A68C

Color information

#B7A68C (or 0xB7A68C) is unknown color: approx Pavlova. HEX triplet: B7, A6 and 8C. RGB value is (183,166,140). Sum of RGB (Red+Green+Blue) = 183+166+140=489 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.42% from 489); Green value is 166 (65.23% from 255 or 33.95% from 489); Blue value is 140 (55.08% from 255 or 28.63% from 489); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A68C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A68C is #485973. Grayscale: #A8A8A8. Windows color (decimal): -4741492 or 9217719. OLE color: 9217719.

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

Color convert

RGB183166140-
CMYK00.090.230.28
HSL36.28º22.99%63.33%-
HSV(B)36.28º23.5%71.76%-
XYZ37.939.2330.39-
YUV168.12112.13138.61-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.42%
GREEN value IS 166 (65.23% from 255) = 33.95%
BLUE value IS 140 (55.08% from 255) = 28.63%
R=37.42%
G=33.95%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18316614000.090.230.2836.2822.9963.33
HexB7A68C09171C24173f
Octal2672462140112734442777
Binary10110111101001101000110001001101111110010010010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A68C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A68C; }

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

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

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

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

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

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

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

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