Html Css Color HEX #B08AAA London Hue

📋 copy color: '#B08AAA'

red 176 ◦ green 138 ◦ blue 170

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

Shades of London Hue #B08AAA

Tints of London Hue #B08AAA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.51%

 BLUE value IS 170 (66.8% from 255) = 35.12%

R = 36.36%
G = 28.51%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B08AAA (or 0xB08AAA) is known color: London Hue. HEX triplet: B0, 8A and AA. RGB value is (176,138,170). Sum of RGB (Red+Green+Blue) = 176+138+170=484 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.36% from 484); Green value is 138 (54.30% from 255 or 28.51% from 484); Blue value is 170 (66.80% from 255 or 35.12% from 484); Max value from RGB is 176 - color contains mainly: red. Hex color #B08AAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08AAA is #4F7555. Grayscale: #989898. Windows color (decimal): -5207382 or 11176624. OLE color: 11176624.

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

Color convert

RGB 176 138 170 -
CMYK 0 0.22 0.03 0.31
HSL 309.47º 0.19% 0.62% -
HSV(B) 309.47º 0.22% 0.69% -
XYZ 34.25 30.31 42.08 -
YUV 153.01 137.59 144.4 -
System Red Green Blue C M Y K H S L
Decimal 176 138 170 0 0.22 0.03 0.31 309.47 0.19 0.62
Hex B0 8A AA 0 16 3 1F 135 13 3E
Octal 260 212 252 0 26 3 37 465 23 76
Binary 10110000 10001010 10101010 0 10110 11 11111 100110101 10011 111110

Color Harmonies of #B08AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08AAA

Black with #B08AAA

Text Example


Text Example

White with #B08AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08AAA; }

 p { color: rgb(176,138,170); }

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

background-color css

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

 a { background-color: rgb(176,138,170); }

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

border-color css

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

 span { border-color: rgb(176,138,170); }

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