#B4A68D

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

Shades of Pavlova #B4A68D

Tints of Pavlova #B4A68D

Color information

#B4A68D (or 0xB4A68D) is unknown color: approx Pavlova. HEX triplet: B4, A6 and 8D. RGB value is (180,166,141). Sum of RGB (Red+Green+Blue) = 180+166+141=487 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.96% from 487); Green value is 166 (65.23% from 255 or 34.09% from 487); Blue value is 141 (55.47% from 255 or 28.95% from 487); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A68D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A68D is #4B5972. Grayscale: #A7A7A7. Windows color (decimal): -4938099 or 9283252. OLE color: 9283252.

HSL color Cylindrical-coordinate representation of color #B4A68D: hue angle of 38.46º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B4A68D is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB180166141-
CMYK00.080.220.29
HSL38.46º20.63%62.94%-
HSV(B)38.46º21.67%70.59%-
XYZ37.2738.930.74-
YUV167.34113.14137.03-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.96%
GREEN value IS 166 (65.23% from 255) = 34.09%
BLUE value IS 141 (55.47% from 255) = 28.95%
R=36.96%
G=34.09%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016614100.080.220.2938.4620.6362.94
HexB4A68D08161D26153f
Octal2642462150102635462577
Binary10110100101001101000110101000101101110110011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A68D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A68D; }

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

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

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

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

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

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

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

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