#B7A68D

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

Shades of Pavlova #B7A68D

Tints of Pavlova #B7A68D

Color information

#B7A68D (or 0xB7A68D) is unknown color: approx Pavlova. HEX triplet: B7, A6 and 8D. RGB value is (183,166,141). Sum of RGB (Red+Green+Blue) = 183+166+141=490 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.35% from 490); Green value is 166 (65.23% from 255 or 33.88% from 490); Blue value is 141 (55.47% from 255 or 28.78% from 490); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A68D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A68D is #485972. Grayscale: #A8A8A8. Windows color (decimal): -4741491 or 9283255. OLE color: 9283255.

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

Color convert

RGB183166141-
CMYK00.090.230.28
HSL35.71º22.58%63.53%-
HSV(B)35.71º22.95%71.76%-
XYZ37.9739.2630.78-
YUV168.23112.63138.53-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.35%
GREEN value IS 166 (65.23% from 255) = 33.88%
BLUE value IS 141 (55.47% from 255) = 28.78%
R=37.35%
G=33.88%
B=28.78%

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
Decimal18316614100.090.230.2835.7122.5863.53
HexB7A68D09171C241740
Octal26724621501127344427100
Binary101101111010011010001101010011011111100100100101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A68D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A68D; }

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

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

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

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

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

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

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

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