Html Css Color HEX #B586A2 Bouquet

📋 copy color: '#B586A2'

red 181 ◦ green 134 ◦ blue 162

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

Shades of Bouquet #B586A2

Tints of Bouquet #B586A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 33.96%

R = 37.95%
G = 28.09%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.10

 K value IS 0.29

RGB Variations

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

Color information

#B586A2 (or 0xB586A2) is known color: Bouquet. HEX triplet: B5, 86 and A2. RGB value is (181,134,162). Sum of RGB (Red+Green+Blue) = 181+134+162=477 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.95% from 477); Green value is 134 (52.73% from 255 or 28.09% from 477); Blue value is 162 (63.67% from 255 or 33.96% from 477); Max value from RGB is 181 - color contains mainly: red. Hex color #B586A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B586A2 is #4A795D. Grayscale: #979797. Windows color (decimal): -4880734 or 10651317. OLE color: 10651317.

HSL color Cylindrical-coordinate representation of color #B586A2: hue angle of 324.26º 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 #B586A2 is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 134 162 -
CMYK 0 0.26 0.10 0.29
HSL 324.26º 0.24% 0.62% -
HSV(B) 324.26º 0.26% 0.71% -
XYZ 34.1 29.48 38.08 -
YUV 151.25 134.07 149.22 -
System Red Green Blue C M Y K H S L
Decimal 181 134 162 0 0.26 0.10 0.29 324.26 0.24 0.62
Hex B5 86 A2 0 1A A 1D 144 18 3E
Octal 265 206 242 0 32 12 35 504 30 76
Binary 10110101 10000110 10100010 0 11010 1010 11101 101000100 11000 111110

Color Harmonies of #B586A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B586A2

Black with #B586A2

Text Example


Text Example

White with #B586A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B586A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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