Html Css Color HEX #B5799E Bouquet

📋 copy color: '#B5799E'

red 181 ◦ green 121 ◦ blue 158

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

Shades of Bouquet #B5799E

Tints of Bouquet #B5799E

RGB

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

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

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

R = 39.35%
G = 26.3%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B5799E (or 0xB5799E) is known color: Bouquet. HEX triplet: B5, 79 and 9E. RGB value is (181,121,158). Sum of RGB (Red+Green+Blue) = 181+121+158=460 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.35% from 460); Green value is 121 (47.66% from 255 or 26.30% from 460); Blue value is 158 (62.11% from 255 or 34.35% from 460); Max value from RGB is 181 - color contains mainly: red. Hex color #B5799E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5799E is #4A8661. Grayscale: #8F8F8F. Windows color (decimal): -4884066 or 10385845. OLE color: 10385845.

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

Color convert

RGB 181 121 158 -
CMYK 0 0.33 0.13 0.29
HSL 323º 0.29% 0.59% -
HSV(B) 323º 0.33% 0.71% -
XYZ 32.06 25.97 35.67 -
YUV 143.16 136.38 154.99 -
System Red Green Blue C M Y K H S L
Decimal 181 121 158 0 0.33 0.13 0.29 323 0.29 0.59
Hex B5 79 9E 0 21 D 1D 143 1D 3B
Octal 265 171 236 0 41 15 35 503 35 73
Binary 10110101 1111001 10011110 0 100001 1101 11101 101000011 11101 111011

Color Harmonies of #B5799E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5799E

Black with #B5799E

Text Example


Text Example

White with #B5799E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5799E; }

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

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

background-color css

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

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

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

border-color css

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

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

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