Html Css Color HEX #B5869F Bouquet

📋 copy color: '#B5869F'

red 181 ◦ green 134 ◦ blue 159

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

Shades of Bouquet #B5869F

Tints of Bouquet #B5869F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 33.54%

R = 38.19%
G = 28.27%
B = 33.54%

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

#B5869F (or 0xB5869F) is known color: Bouquet. HEX triplet: B5, 86 and 9F. RGB value is (181,134,159). Sum of RGB (Red+Green+Blue) = 181+134+159=474 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.19% from 474); Green value is 134 (52.73% from 255 or 28.27% from 474); Blue value is 159 (62.5% from 255 or 33.54% from 474); Max value from RGB is 181 - color contains mainly: red. Hex color #B5869F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5869F is #4A7960. Grayscale: #969696. Windows color (decimal): -4880737 or 10454709. OLE color: 10454709.

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

Color convert

RGB 181 134 159 -
CMYK 0 0.26 0.12 0.29
HSL 328.09º 0.24% 0.62% -
HSV(B) 328.09º 0.26% 0.71% -
XYZ 33.84 29.38 36.69 -
YUV 150.9 132.57 149.47 -
System Red Green Blue C M Y K H S L
Decimal 181 134 159 0 0.26 0.12 0.29 328.09 0.24 0.62
Hex B5 86 9F 0 1A C 1D 148 18 3E
Octal 265 206 237 0 32 14 35 510 30 76
Binary 10110101 10000110 10011111 0 11010 1100 11101 101001000 11000 111110

Color Harmonies of #B5869F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5869F

Black with #B5869F

Text Example


Text Example

White with #B5869F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5869F; }

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

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

background-color css

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

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

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

border-color css

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

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

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