#B7A98C

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

Shades of Pavlova #B7A98C

Tints of Pavlova #B7A98C

Color information

#B7A98C (or 0xB7A98C) is unknown color: approx Pavlova. HEX triplet: B7, A9 and 8C. RGB value is (183,169,140). Sum of RGB (Red+Green+Blue) = 183+169+140=492 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.20% from 492); Green value is 169 (66.41% from 255 or 34.35% from 492); Blue value is 140 (55.08% from 255 or 28.46% from 492); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A98C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A98C is #485673. Grayscale: #AAAAAA. Windows color (decimal): -4740724 or 9218487. OLE color: 9218487.

HSL color Cylindrical-coordinate representation of color #B7A98C: hue angle of 40.47º 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 #B7A98C is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB183169140-
CMYK00.080.230.28
HSL40.47º22.99%63.33%-
HSV(B)40.47º23.5%71.76%-
XYZ38.4540.3430.57-
YUV169.88111.14137.36-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.20%
GREEN value IS 169 (66.41% from 255) = 34.35%
BLUE value IS 140 (55.08% from 255) = 28.46%
R=37.20%
G=34.35%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18316914000.080.230.2840.4722.9963.33
HexB7A98C08171C28173f
Octal2672512140102734502777
Binary10110111101010011000110001000101111110010100010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A98C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A98C; }

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

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

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

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

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

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

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

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