Html Css Color HEX #B5689F Bouquet

📋 copy color: '#B5689F'

red 181 ◦ green 104 ◦ blue 159

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

Shades of Bouquet #B5689F

Tints of Bouquet #B5689F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.42%

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

R = 40.77%
G = 23.42%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B5689F (or 0xB5689F) is known color: Bouquet. HEX triplet: B5, 68 and 9F. RGB value is (181,104,159). Sum of RGB (Red+Green+Blue) = 181+104+159=444 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.77% from 444); Green value is 104 (41.02% from 255 or 23.42% from 444); Blue value is 159 (62.5% from 255 or 35.81% from 444); Max value from RGB is 181 - color contains mainly: red. Hex color #B5689F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5689F is #4A9760. Grayscale: #858585. Windows color (decimal): -4888417 or 10447029. OLE color: 10447029.

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

Color convert

RGB 181 104 159 -
CMYK 0 0.43 0.12 0.29
HSL 317.14º 0.34% 0.56% -
HSV(B) 317.14º 0.43% 0.71% -
XYZ 30.26 22.23 35.5 -
YUV 133.29 142.51 162.03 -
System Red Green Blue C M Y K H S L
Decimal 181 104 159 0 0.43 0.12 0.29 317.14 0.34 0.56
Hex B5 68 9F 0 2B C 1D 13D 22 38
Octal 265 150 237 0 53 14 35 475 42 70
Binary 10110101 1101000 10011111 0 101011 1100 11101 100111101 100010 111000

Color Harmonies of #B5689F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5689F

Black with #B5689F

Text Example


Text Example

White with #B5689F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5689F; }

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

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

background-color css

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

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

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

border-color css

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

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

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