Html Css Color HEX #B57695 Bouquet

📋 copy color: '#B57695'

red 181 ◦ green 118 ◦ blue 149

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

Shades of Bouquet #B57695

Tints of Bouquet #B57695

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.34%

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

R = 40.4%
G = 26.34%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B57695 (or 0xB57695) is known color: Bouquet. HEX triplet: B5, 76 and 95. RGB value is (181,118,149). Sum of RGB (Red+Green+Blue) = 181+118+149=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 118 (46.48% from 255 or 26.34% from 448); Blue value is 149 (58.59% from 255 or 33.26% from 448); Max value from RGB is 181 - color contains mainly: red. Hex color #B57695 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57695 is #4A896A. Grayscale: #8C8C8C. Windows color (decimal): -4884843 or 9795253. OLE color: 9795253.

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

Color convert

RGB 181 118 149 -
CMYK 0 0.35 0.18 0.29
HSL 330.48º 0.3% 0.59% -
HSV(B) 330.48º 0.35% 0.71% -
XYZ 30.96 24.95 31.62 -
YUV 140.37 132.87 156.98 -
System Red Green Blue C M Y K H S L
Decimal 181 118 149 0 0.35 0.18 0.29 330.48 0.3 0.59
Hex B5 76 95 0 23 12 1D 14A 1E 3B
Octal 265 166 225 0 43 22 35 512 36 73
Binary 10110101 1110110 10010101 0 100011 10010 11101 101001010 11110 111011

Color Harmonies of #B57695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57695

Black with #B57695

Text Example


Text Example

White with #B57695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57695; }

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

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

background-color css

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

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

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

border-color css

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

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

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