Html Css Color HEX #B586A0 Bouquet

📋 copy color: '#B586A0'

red 181 ◦ green 134 ◦ blue 160

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

Shades of Bouquet #B586A0

Tints of Bouquet #B586A0

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.21%

 BLUE value IS 160 (62.89% from 255) = 33.68%

R = 38.11%
G = 28.21%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B586A0 (or 0xB586A0) is known color: Bouquet. HEX triplet: B5, 86 and A0. RGB value is (181,134,160). Sum of RGB (Red+Green+Blue) = 181+134+160=475 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.11% from 475); Green value is 134 (52.73% from 255 or 28.21% from 475); Blue value is 160 (62.89% from 255 or 33.68% from 475); Max value from RGB is 181 - color contains mainly: red. Hex color #B586A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B586A0 is #4A795F. Grayscale: #969696. Windows color (decimal): -4880736 or 10520245. OLE color: 10520245.

HSL color Cylindrical-coordinate representation of color #B586A0: hue angle of 326.81º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B586A0 is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 134 160 -
CMYK 0 0.26 0.12 0.29
HSL 326.81º 0.24% 0.62% -
HSV(B) 326.81º 0.26% 0.71% -
XYZ 33.93 29.41 37.15 -
YUV 151.02 133.07 149.39 -
System Red Green Blue C M Y K H S L
Decimal 181 134 160 0 0.26 0.12 0.29 326.81 0.24 0.62
Hex B5 86 A0 0 1A C 1D 147 18 3E
Octal 265 206 240 0 32 14 35 507 30 76
Binary 10110101 10000110 10100000 0 11010 1100 11101 101000111 11000 111110

Color Harmonies of #B586A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B586A0

Black with #B586A0

Text Example


Text Example

White with #B586A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B586A0; }

 p { color: rgb(181,134,160); }

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

background-color css

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

 a { background-color: rgb(181,134,160); }

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

border-color css

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

 span { border-color: rgb(181,134,160); }

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