Html Css Color HEX #B58BAF London Hue

📋 copy color: '#B58BAF'

red 181 ◦ green 139 ◦ blue 175

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

Shades of London Hue #B58BAF

Tints of London Hue #B58BAF

RGB

 RED value IS 181 (71.09% from 255) = 36.57%

 GREEN value IS 139 (54.69% from 255) = 28.08%

 BLUE value IS 175 (68.75% from 255) = 35.35%

R = 36.57%
G = 28.08%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B58BAF (or 0xB58BAF) is known color: London Hue. HEX triplet: B5, 8B and AF. RGB value is (181,139,175). Sum of RGB (Red+Green+Blue) = 181+139+175=495 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.57% from 495); Green value is 139 (54.69% from 255 or 28.08% from 495); Blue value is 175 (68.75% from 255 or 35.35% from 495); Max value from RGB is 181 - color contains mainly: red. Hex color #B58BAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58BAF is #4A7450. Grayscale: #9B9B9B. Windows color (decimal): -4879441 or 11504565. OLE color: 11504565.

HSL color Cylindrical-coordinate representation of color #B58BAF: hue angle of 308.57º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B58BAF is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 139 175 -
CMYK 0 0.23 0.03 0.29
HSL 308.57º 0.22% 0.63% -
HSV(B) 308.57º 0.23% 0.71% -
XYZ 36.03 31.38 44.72 -
YUV 155.66 138.91 146.07 -
System Red Green Blue C M Y K H S L
Decimal 181 139 175 0 0.23 0.03 0.29 308.57 0.22 0.63
Hex B5 8B AF 0 17 3 1D 135 16 3F
Octal 265 213 257 0 27 3 35 465 26 77
Binary 10110101 10001011 10101111 0 10111 11 11101 100110101 10110 111111

Color Harmonies of #B58BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58BAF

Black with #B58BAF

Text Example


Text Example

White with #B58BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58BAF; }

 p { color: rgb(181,139,175); }

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

background-color css

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

 a { background-color: rgb(181,139,175); }

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

border-color css

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

 span { border-color: rgb(181,139,175); }

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