Html Css Color HEX #B07BAB London Hue

📋 copy color: '#B07BAB'

red 176 ◦ green 123 ◦ blue 171

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

Shades of London Hue #B07BAB

Tints of London Hue #B07BAB

RGB

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

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

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

R = 37.45%
G = 26.17%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B07BAB (or 0xB07BAB) is known color: London Hue. HEX triplet: B0, 7B and AB. RGB value is (176,123,171). Sum of RGB (Red+Green+Blue) = 176+123+171=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 123 (48.44% from 255 or 26.17% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 176 - color contains mainly: red. Hex color #B07BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07BAB is #4F8454. Grayscale: #909090. Windows color (decimal): -5211221 or 11238320. OLE color: 11238320.

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

Color convert

RGB 176 123 171 -
CMYK 0 0.30 0.03 0.31
HSL 305.66º 0.25% 0.59% -
HSV(B) 305.66º 0.3% 0.69% -
XYZ 32.34 26.34 41.91 -
YUV 144.32 143.06 150.6 -
System Red Green Blue C M Y K H S L
Decimal 176 123 171 0 0.30 0.03 0.31 305.66 0.25 0.59
Hex B0 7B AB 0 1E 3 1F 132 19 3B
Octal 260 173 253 0 36 3 37 462 31 73
Binary 10110000 1111011 10101011 0 11110 11 11111 100110010 11001 111011

Color Harmonies of #B07BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07BAB

Black with #B07BAB

Text Example


Text Example

White with #B07BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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