Html Css Color HEX #B5869E Bouquet

📋 copy color: '#B5869E'

red 181 ◦ green 134 ◦ blue 158

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

Shades of Bouquet #B5869E

Tints of Bouquet #B5869E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 33.4%

R = 38.27%
G = 28.33%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B5869E (or 0xB5869E) is known color: Bouquet. HEX triplet: B5, 86 and 9E. RGB value is (181,134,158). Sum of RGB (Red+Green+Blue) = 181+134+158=473 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.27% from 473); Green value is 134 (52.73% from 255 or 28.33% from 473); Blue value is 158 (62.11% from 255 or 33.40% from 473); Max value from RGB is 181 - color contains mainly: red. Hex color #B5869E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5869E is #4A7961. Grayscale: #969696. Windows color (decimal): -4880738 or 10389173. OLE color: 10389173.

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

Color convert

RGB 181 134 158 -
CMYK 0 0.26 0.13 0.29
HSL 329.36º 0.24% 0.62% -
HSV(B) 329.36º 0.26% 0.71% -
XYZ 33.75 29.34 36.23 -
YUV 150.79 132.07 149.55 -
System Red Green Blue C M Y K H S L
Decimal 181 134 158 0 0.26 0.13 0.29 329.36 0.24 0.62
Hex B5 86 9E 0 1A D 1D 149 18 3E
Octal 265 206 236 0 32 15 35 511 30 76
Binary 10110101 10000110 10011110 0 11010 1101 11101 101001001 11000 111110

Color Harmonies of #B5869E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5869E

Black with #B5869E

Text Example


Text Example

White with #B5869E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5869E; }

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

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

background-color css

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

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

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

border-color css

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

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

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