#B4A0BF

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

Shades of Chatelle #B4A0BF

Tints of Chatelle #B4A0BF

Color information

#B4A0BF (or 0xB4A0BF) is unknown color: approx Chatelle. HEX triplet: B4, A0 and BF. RGB value is (180,160,191). Sum of RGB (Red+Green+Blue) = 180+160+191=531 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.90% from 531); Green value is 160 (62.89% from 255 or 30.13% from 531); Blue value is 191 (75% from 255 or 35.97% from 531); Max value from RGB is 191 - color contains mainly: blue. Hex color #B4A0BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A0BF is #4B5F40. Grayscale: #A9A9A9. Windows color (decimal): -4939585 or 12558516. OLE color: 12558516.

HSL color Cylindrical-coordinate representation of color #B4A0BF: hue angle of 278.71º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B4A0BF is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB180160191-
CMYK0.060.1600.25
HSL278.71º19.5%68.82%-
HSV(B)278.71º16.23%74.9%-
XYZ40.838.6154.59-
YUV169.51140.13135.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.90%
GREEN value IS 160 (62.89% from 255) = 30.13%
BLUE value IS 191 (75% from 255) = 35.97%
R=33.90%
G=30.13%
B=35.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801601910.060.1600.25278.7119.568.82
HexB4A0BF6100191171345
Octal26424027762003142723105
Binary10110100101000001011111111010000011001100010111100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A0BF; }

 p { color: rgb(180,160,191); }

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

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

 a { background-color: rgb(180,160,191); }

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

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

 span { border-color: rgb(180,160,191); }

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