#B1A38A

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

Shades of Pavlova #B1A38A

Tints of Pavlova #B1A38A

Color information

#B1A38A (or 0xB1A38A) is unknown color: approx Pavlova. HEX triplet: B1, A3 and 8A. RGB value is (177,163,138). Sum of RGB (Red+Green+Blue) = 177+163+138=478 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.03% from 478); Green value is 163 (64.06% from 255 or 34.10% from 478); Blue value is 138 (54.30% from 255 or 28.87% from 478); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A38A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A38A is #4E5C75. Grayscale: #A4A4A4. Windows color (decimal): -5135478 or 9085873. OLE color: 9085873.

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

Color convert

RGB177163138-
CMYK00.080.220.31
HSL38.46º20%61.76%-
HSV(B)38.46º22.03%69.41%-
XYZ35.8237.3829.37-
YUV164.34113.14137.03-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.03%
GREEN value IS 163 (64.06% from 255) = 34.10%
BLUE value IS 138 (54.30% from 255) = 28.87%
R=37.03%
G=34.10%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17716313800.080.220.3138.462061.76
HexB1A38A08161F26143e
Octal2612432120102637462476
Binary10110001101000111000101001000101101111110011010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A38A; }

 p { color: rgb(177,163,138); }

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

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

 a { background-color: rgb(177,163,138); }

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

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

 span { border-color: rgb(177,163,138); }

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