Html Css Color HEX #B5699B Bouquet

📋 copy color: '#B5699B'

red 181 ◦ green 105 ◦ blue 155

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

Shades of Bouquet #B5699B

Tints of Bouquet #B5699B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.81%

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

R = 41.04%
G = 23.81%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B5699B (or 0xB5699B) is known color: Bouquet. HEX triplet: B5, 69 and 9B. RGB value is (181,105,155). Sum of RGB (Red+Green+Blue) = 181+105+155=441 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.04% from 441); Green value is 105 (41.41% from 255 or 23.81% from 441); Blue value is 155 (60.94% from 255 or 35.15% from 441); Max value from RGB is 181 - color contains mainly: red. Hex color #B5699B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5699B is #4A9664. Grayscale: #858585. Windows color (decimal): -4888165 or 10185141. OLE color: 10185141.

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

Color convert

RGB 181 105 155 -
CMYK 0 0.42 0.14 0.29
HSL 320.53º 0.34% 0.56% -
HSV(B) 320.53º 0.42% 0.71% -
XYZ 30.02 22.29 33.73 -
YUV 133.42 140.18 161.93 -
System Red Green Blue C M Y K H S L
Decimal 181 105 155 0 0.42 0.14 0.29 320.53 0.34 0.56
Hex B5 69 9B 0 2A E 1D 141 22 38
Octal 265 151 233 0 52 16 35 501 42 70
Binary 10110101 1101001 10011011 0 101010 1110 11101 101000001 100010 111000

Color Harmonies of #B5699B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5699B

Black with #B5699B

Text Example


Text Example

White with #B5699B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5699B; }

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

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

background-color css

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

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

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

border-color css

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

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

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