Html Css Color HEX #B07BA8 London Hue

📋 copy color: '#B07BA8'

red 176 ◦ green 123 ◦ blue 168

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

Shades of London Hue #B07BA8

Tints of London Hue #B07BA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 35.97%

R = 37.69%
G = 26.34%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#B07BA8 (or 0xB07BA8) is known color: London Hue. HEX triplet: B0, 7B and A8. RGB value is (176,123,168). Sum of RGB (Red+Green+Blue) = 176+123+168=467 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.69% from 467); Green value is 123 (48.44% from 255 or 26.34% from 467); Blue value is 168 (66.02% from 255 or 35.97% from 467); Max value from RGB is 176 - color contains mainly: red. Hex color #B07BA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07BA8 is #4F8457. Grayscale: #8F8F8F. Windows color (decimal): -5211224 or 11041712. OLE color: 11041712.

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

Color convert

RGB 176 123 168 -
CMYK 0 0.30 0.05 0.31
HSL 309.06º 0.25% 0.59% -
HSV(B) 309.06º 0.3% 0.69% -
XYZ 32.06 26.22 40.42 -
YUV 143.98 141.56 150.84 -
System Red Green Blue C M Y K H S L
Decimal 176 123 168 0 0.30 0.05 0.31 309.06 0.25 0.59
Hex B0 7B A8 0 1E 5 1F 135 19 3B
Octal 260 173 250 0 36 5 37 465 31 73
Binary 10110000 1111011 10101000 0 11110 101 11111 100110101 11001 111011

Color Harmonies of #B07BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07BA8

Black with #B07BA8

Text Example


Text Example

White with #B07BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07BA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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