#B7A67E

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

Shades of Pavlova #B7A67E

Tints of Pavlova #B7A67E

Color information

#B7A67E (or 0xB7A67E) is unknown color: approx Pavlova. HEX triplet: B7, A6 and 7E. RGB value is (183,166,126). Sum of RGB (Red+Green+Blue) = 183+166+126=475 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.53% from 475); Green value is 166 (65.23% from 255 or 34.95% from 475); Blue value is 126 (49.61% from 255 or 26.53% from 475); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A67E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A67E is #485981. Grayscale: #A6A6A6. Windows color (decimal): -4741506 or 8300215. OLE color: 8300215.

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

Color convert

RGB183166126-
CMYK00.090.310.28
HSL42.11º28.36%60.59%-
HSV(B)42.11º31.15%71.76%-
XYZ36.9338.8525.29-
YUV166.52105.13139.75-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.53%
GREEN value IS 166 (65.23% from 255) = 34.95%
BLUE value IS 126 (49.61% from 255) = 26.53%
R=38.53%
G=34.95%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18316612600.090.310.2842.1128.3660.59
HexB7A67E091F1C2a1c3d
Octal2672461760113734523475
Binary1011011110100110111111001001111111110010101011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A67E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A67E; }

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

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

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

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

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

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

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

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