Html Css Color HEX #B5799B Bouquet

📋 copy color: '#B5799B'

red 181 ◦ green 121 ◦ blue 155

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

Shades of Bouquet #B5799B

Tints of Bouquet #B5799B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.48%

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

R = 39.61%
G = 26.48%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B5799B (or 0xB5799B) is known color: Bouquet. HEX triplet: B5, 79 and 9B. RGB value is (181,121,155). Sum of RGB (Red+Green+Blue) = 181+121+155=457 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.61% from 457); Green value is 121 (47.66% from 255 or 26.48% from 457); Blue value is 155 (60.94% from 255 or 33.92% from 457); Max value from RGB is 181 - color contains mainly: red. Hex color #B5799B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5799B is #4A8664. Grayscale: #8E8E8E. Windows color (decimal): -4884069 or 10189237. OLE color: 10189237.

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

Color convert

RGB 181 121 155 -
CMYK 0 0.33 0.14 0.29
HSL 326º 0.29% 0.59% -
HSV(B) 326º 0.33% 0.71% -
XYZ 31.81 25.87 34.33 -
YUV 142.82 134.88 155.24 -
System Red Green Blue C M Y K H S L
Decimal 181 121 155 0 0.33 0.14 0.29 326 0.29 0.59
Hex B5 79 9B 0 21 E 1D 146 1D 3B
Octal 265 171 233 0 41 16 35 506 35 73
Binary 10110101 1111001 10011011 0 100001 1110 11101 101000110 11101 111011

Color Harmonies of #B5799B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5799B

Black with #B5799B

Text Example


Text Example

White with #B5799B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5799B; }

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

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

background-color css

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

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

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

border-color css

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

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

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