Html Css Color HEX #B07FAB London Hue

📋 copy color: '#B07FAB'

red 176 ◦ green 127 ◦ blue 171

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

Shades of London Hue #B07FAB

Tints of London Hue #B07FAB

RGB

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

 GREEN value IS 127 (50% from 255) = 26.79%

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

R = 37.13%
G = 26.79%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B07FAB (or 0xB07FAB) is known color: London Hue. HEX triplet: B0, 7F and AB. RGB value is (176,127,171). Sum of RGB (Red+Green+Blue) = 176+127+171=474 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.13% from 474); Green value is 127 (50% from 255 or 26.79% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 176 - color contains mainly: red. Hex color #B07FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07FAB is #4F8054. Grayscale: #929292. Windows color (decimal): -5210197 or 11239344. OLE color: 11239344.

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

Color convert

RGB 176 127 171 -
CMYK 0 0.28 0.03 0.31
HSL 306.12º 0.24% 0.59% -
HSV(B) 306.12º 0.28% 0.69% -
XYZ 32.84 27.35 42.08 -
YUV 146.67 141.73 148.92 -
System Red Green Blue C M Y K H S L
Decimal 176 127 171 0 0.28 0.03 0.31 306.12 0.24 0.59
Hex B0 7F AB 0 1C 3 1F 132 18 3B
Octal 260 177 253 0 34 3 37 462 30 73
Binary 10110000 1111111 10101011 0 11100 11 11111 100110010 11000 111011

Color Harmonies of #B07FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07FAB

Black with #B07FAB

Text Example


Text Example

White with #B07FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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