Html Css Color HEX #B08BA7 London Hue

📋 copy color: '#B08BA7'

red 176 ◦ green 139 ◦ blue 167

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

Shades of London Hue #B08BA7

Tints of London Hue #B08BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 34.65%

R = 36.51%
G = 28.84%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#B08BA7 (or 0xB08BA7) is known color: London Hue. HEX triplet: B0, 8B and A7. RGB value is (176,139,167). Sum of RGB (Red+Green+Blue) = 176+139+167=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 139 (54.69% from 255 or 28.84% from 482); Blue value is 167 (65.62% from 255 or 34.65% from 482); Max value from RGB is 176 - color contains mainly: red. Hex color #B08BA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08BA7 is #4F7458. Grayscale: #999999. Windows color (decimal): -5207129 or 10980272. OLE color: 10980272.

HSL color Cylindrical-coordinate representation of color #B08BA7: hue angle of 314.59º 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 #B08BA7 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 139 167 -
CMYK 0 0.21 0.05 0.31
HSL 314.59º 0.19% 0.62% -
HSV(B) 314.59º 0.21% 0.69% -
XYZ 34.11 30.49 40.65 -
YUV 153.26 135.76 144.22 -
System Red Green Blue C M Y K H S L
Decimal 176 139 167 0 0.21 0.05 0.31 314.59 0.19 0.62
Hex B0 8B A7 0 15 5 1F 13B 13 3E
Octal 260 213 247 0 25 5 37 473 23 76
Binary 10110000 10001011 10100111 0 10101 101 11111 100111011 10011 111110

Color Harmonies of #B08BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08BA7

Black with #B08BA7

Text Example


Text Example

White with #B08BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08BA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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