Html Css Color HEX #B57795 Bouquet

📋 copy color: '#B57795'

red 181 ◦ green 119 ◦ blue 149

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

Shades of Bouquet #B57795

Tints of Bouquet #B57795

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.5%

 BLUE value IS 149 (58.59% from 255) = 33.18%

R = 40.31%
G = 26.5%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B57795 (or 0xB57795) is known color: Bouquet. HEX triplet: B5, 77 and 95. RGB value is (181,119,149). Sum of RGB (Red+Green+Blue) = 181+119+149=449 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.31% from 449); Green value is 119 (46.88% from 255 or 26.50% from 449); Blue value is 149 (58.59% from 255 or 33.18% from 449); Max value from RGB is 181 - color contains mainly: red. Hex color #B57795 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57795 is #4A886A. Grayscale: #8C8C8C. Windows color (decimal): -4884587 or 9795509. OLE color: 9795509.

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

Color convert

RGB 181 119 149 -
CMYK 0 0.34 0.18 0.29
HSL 330.97º 0.3% 0.59% -
HSV(B) 330.97º 0.34% 0.71% -
XYZ 31.08 25.19 31.66 -
YUV 140.96 132.54 156.56 -
System Red Green Blue C M Y K H S L
Decimal 181 119 149 0 0.34 0.18 0.29 330.97 0.3 0.59
Hex B5 77 95 0 22 12 1D 14B 1E 3B
Octal 265 167 225 0 42 22 35 513 36 73
Binary 10110101 1110111 10010101 0 100010 10010 11101 101001011 11110 111011

Color Harmonies of #B57795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57795

Black with #B57795

Text Example


Text Example

White with #B57795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57795; }

 p { color: rgb(181,119,149); }

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

background-color css

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

 a { background-color: rgb(181,119,149); }

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

border-color css

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

 span { border-color: rgb(181,119,149); }

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