Html Css Color HEX #B97CAB London Hue

📋 copy color: '#B97CAB'

red 185 ◦ green 124 ◦ blue 171

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

Shades of London Hue #B97CAB

Tints of London Hue #B97CAB

RGB

 RED value IS 185 (72.66% from 255) = 38.54%

 GREEN value IS 124 (48.83% from 255) = 25.83%

 BLUE value IS 171 (67.19% from 255) = 35.63%

R = 38.54%
G = 25.83%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B97CAB (or 0xB97CAB) is known color: London Hue. HEX triplet: B9, 7C and AB. RGB value is (185,124,171). Sum of RGB (Red+Green+Blue) = 185+124+171=480 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.54% from 480); Green value is 124 (48.83% from 255 or 25.83% from 480); Blue value is 171 (67.19% from 255 or 35.62% from 480); Max value from RGB is 185 - color contains mainly: red. Hex color #B97CAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97CAB is #468354. Grayscale: #939393. Windows color (decimal): -4621141 or 11238585. OLE color: 11238585.

HSL color Cylindrical-coordinate representation of color #B97CAB: hue angle of 313.77º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B97CAB is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 124 171 -
CMYK 0 0.33 0.08 0.27
HSL 313.77º 0.3% 0.61% -
HSV(B) 313.77º 0.33% 0.73% -
XYZ 34.57 27.67 42.05 -
YUV 147.6 141.21 154.68 -
System Red Green Blue C M Y K H S L
Decimal 185 124 171 0 0.33 0.08 0.27 313.77 0.3 0.61
Hex B9 7C AB 0 21 8 1B 13A 1E 3D
Octal 271 174 253 0 41 10 33 472 36 75
Binary 10111001 1111100 10101011 0 100001 1000 11011 100111010 11110 111101

Color Harmonies of #B97CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97CAB

Black with #B97CAB

Text Example


Text Example

White with #B97CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97CAB; }

 p { color: rgb(185,124,171); }

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

background-color css

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

 a { background-color: rgb(185,124,171); }

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

border-color css

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

 span { border-color: rgb(185,124,171); }

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