Html Css Color HEX #B07BA9 London Hue

📋 copy color: '#B07BA9'

red 176 ◦ green 123 ◦ blue 169

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

Shades of London Hue #B07BA9

Tints of London Hue #B07BA9

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.28%

 BLUE value IS 169 (66.41% from 255) = 36.11%

R = 37.61%
G = 26.28%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#B07BA9 (or 0xB07BA9) is known color: London Hue. HEX triplet: B0, 7B and A9. RGB value is (176,123,169). Sum of RGB (Red+Green+Blue) = 176+123+169=468 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.61% from 468); Green value is 123 (48.44% from 255 or 26.28% from 468); Blue value is 169 (66.41% from 255 or 36.11% from 468); Max value from RGB is 176 - color contains mainly: red. Hex color #B07BA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07BA9 is #4F8456. Grayscale: #8F8F8F. Windows color (decimal): -5211223 or 11107248. OLE color: 11107248.

HSL color Cylindrical-coordinate representation of color #B07BA9: hue angle of 307.92º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B07BA9 is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 123 169 -
CMYK 0 0.30 0.04 0.31
HSL 307.92º 0.25% 0.59% -
HSV(B) 307.92º 0.3% 0.69% -
XYZ 32.15 26.26 40.91 -
YUV 144.09 142.06 150.76 -
System Red Green Blue C M Y K H S L
Decimal 176 123 169 0 0.30 0.04 0.31 307.92 0.25 0.59
Hex B0 7B A9 0 1E 4 1F 134 19 3B
Octal 260 173 251 0 36 4 37 464 31 73
Binary 10110000 1111011 10101001 0 11110 100 11111 100110100 11001 111011

Color Harmonies of #B07BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07BA9

Black with #B07BA9

Text Example


Text Example

White with #B07BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07BA9; }

 p { color: rgb(176,123,169); }

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

background-color css

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

 a { background-color: rgb(176,123,169); }

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

border-color css

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

 span { border-color: rgb(176,123,169); }

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