Html Css Color HEX #B49FBB Chatelle

📋 copy color: '#B49FBB'

red 180 ◦ green 159 ◦ blue 187

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

Shades of Chatelle #B49FBB

Tints of Chatelle #B49FBB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.23%

 BLUE value IS 187 (73.44% from 255) = 35.55%

R = 34.22%
G = 30.23%
B = 35.55%

CMYK

 C value IS 0.04

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B49FBB (or 0xB49FBB) is known color: Chatelle. HEX triplet: B4, 9F and BB. RGB value is (180,159,187). Sum of RGB (Red+Green+Blue) = 180+159+187=526 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.22% from 526); Green value is 159 (62.5% from 255 or 30.23% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 187 - color contains mainly: blue. Hex color #B49FBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49FBB is #4B6044. Grayscale: #A8A8A8. Windows color (decimal): -4939845 or 12296116. OLE color: 12296116.

HSL color Cylindrical-coordinate representation of color #B49FBB: hue angle of 285º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B49FBB is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 180 159 187 -
CMYK 0.04 0.15 0 0.27
HSL 285º 0.17% 0.68% -
HSV(B) 285º 0.15% 0.73% -
XYZ 40.19 38.09 52.25 -
YUV 168.47 138.46 136.22 -
System Red Green Blue C M Y K H S L
Decimal 180 159 187 0.04 0.15 0 0.27 285 0.17 0.68
Hex B4 9F BB 4 F 0 1B 11D 11 44
Octal 264 237 273 4 17 0 33 435 21 104
Binary 10110100 10011111 10111011 100 1111 0 11011 100011101 10001 1000100

Color Harmonies of #B49FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49FBB

Black with #B49FBB

Text Example


Text Example

White with #B49FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49FBB; }

 p { color: rgb(180,159,187); }

 H1.HeaderClassName
 {
   color: #B49FBB;
 }
 .AnyTagClassName
 {
   color: #B49FBB;
 }
</style>

background-color css

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

 a { background-color: rgb(180,159,187); }

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

border-color css

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

 span { border-color: rgb(180,159,187); }

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