Html Css Color HEX #B5879B Bouquet

📋 copy color: '#B5879B'

red 181 ◦ green 135 ◦ blue 155

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

Shades of Bouquet #B5879B

Tints of Bouquet #B5879B

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.66%

 BLUE value IS 155 (60.94% from 255) = 32.91%

R = 38.43%
G = 28.66%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B5879B (or 0xB5879B) is known color: Bouquet. HEX triplet: B5, 87 and 9B. RGB value is (181,135,155). Sum of RGB (Red+Green+Blue) = 181+135+155=471 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.43% from 471); Green value is 135 (53.12% from 255 or 28.66% from 471); Blue value is 155 (60.94% from 255 or 32.91% from 471); Max value from RGB is 181 - color contains mainly: red. Hex color #B5879B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5879B is #4A7864. Grayscale: #979797. Windows color (decimal): -4880485 or 10192821. OLE color: 10192821.

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

Color convert

RGB 181 135 155 -
CMYK 0 0.25 0.14 0.29
HSL 333.91º 0.24% 0.62% -
HSV(B) 333.91º 0.25% 0.71% -
XYZ 33.64 29.52 34.94 -
YUV 151.03 130.24 149.37 -
System Red Green Blue C M Y K H S L
Decimal 181 135 155 0 0.25 0.14 0.29 333.91 0.24 0.62
Hex B5 87 9B 0 19 E 1D 14E 18 3E
Octal 265 207 233 0 31 16 35 516 30 76
Binary 10110101 10000111 10011011 0 11001 1110 11101 101001110 11000 111110

Color Harmonies of #B5879B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5879B

Black with #B5879B

Text Example


Text Example

White with #B5879B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5879B; }

 p { color: rgb(181,135,155); }

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

background-color css

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

 a { background-color: rgb(181,135,155); }

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

border-color css

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

 span { border-color: rgb(181,135,155); }

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