Html Css Color HEX #B4A0BF Chatelle

📋 copy color: '#B4A0BF'

red 180 ◦ green 160 ◦ blue 191

#B4A0BF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chatelle #B4A0BF

Tints of Chatelle #B4A0BF

RGB

 RED value IS 180 (70.7% from 255) = 33.9%

 GREEN value IS 160 (62.89% from 255) = 30.13%

 BLUE value IS 191 (75% from 255) = 35.97%

R = 33.9%
G = 30.13%
B = 35.97%

CMYK

 C value IS 0.06

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B4A0BF (or 0xB4A0BF) is known color: 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

RGB 180 160 191 -
CMYK 0.06 0.16 0 0.25
HSL 278.71º 0.19% 0.69% -
HSV(B) 278.71º 0.16% 0.75% -
XYZ 40.8 38.61 54.59 -
YUV 169.51 140.13 135.48 -
System Red Green Blue C M Y K H S L
Decimal 180 160 191 0.06 0.16 0 0.25 278.71 0.19 0.69
Hex B4 A0 BF 6 10 0 19 117 13 45
Octal 264 240 277 6 20 0 31 427 23 105
Binary 10110100 10100000 10111111 110 10000 0 11001 100010111 10011 1000101

Color Harmonies of #B4A0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A0BF

Black with #B4A0BF

Text Example


Text Example

White with #B4A0BF

Text Example


Text Example

HTML Codes & Css Web 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>