Html Css Color HEX #B08BAB London Hue

📋 copy color: '#B08BAB'

red 176 ◦ green 139 ◦ blue 171

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

Shades of London Hue #B08BAB

Tints of London Hue #B08BAB

RGB

 RED value IS 176 (69.14% from 255) = 36.21%

 GREEN value IS 139 (54.69% from 255) = 28.6%

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

R = 36.21%
G = 28.6%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B08BAB (or 0xB08BAB) is known color: London Hue. HEX triplet: B0, 8B and AB. RGB value is (176,139,171). Sum of RGB (Red+Green+Blue) = 176+139+171=486 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.21% from 486); Green value is 139 (54.69% from 255 or 28.60% from 486); Blue value is 171 (67.19% from 255 or 35.19% from 486); Max value from RGB is 176 - color contains mainly: red. Hex color #B08BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08BAB is #4F7454. Grayscale: #999999. Windows color (decimal): -5207125 or 11242416. OLE color: 11242416.

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

Color convert

RGB 176 139 171 -
CMYK 0 0.21 0.03 0.31
HSL 308.11º 0.19% 0.62% -
HSV(B) 308.11º 0.21% 0.69% -
XYZ 34.49 30.64 42.62 -
YUV 153.71 137.76 143.9 -
System Red Green Blue C M Y K H S L
Decimal 176 139 171 0 0.21 0.03 0.31 308.11 0.19 0.62
Hex B0 8B AB 0 15 3 1F 134 13 3E
Octal 260 213 253 0 25 3 37 464 23 76
Binary 10110000 10001011 10101011 0 10101 11 11111 100110100 10011 111110

Color Harmonies of #B08BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08BAB

Black with #B08BAB

Text Example


Text Example

White with #B08BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08BAB; }

 p { color: rgb(176,139,171); }

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

background-color css

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

 a { background-color: rgb(176,139,171); }

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

border-color css

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

 span { border-color: rgb(176,139,171); }

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