Html Css Color HEX #B57697 Bouquet

📋 copy color: '#B57697'

red 181 ◦ green 118 ◦ blue 151

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

Shades of Bouquet #B57697

Tints of Bouquet #B57697

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 33.56%

R = 40.22%
G = 26.22%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#B57697 (or 0xB57697) is known color: Bouquet. HEX triplet: B5, 76 and 97. RGB value is (181,118,151). Sum of RGB (Red+Green+Blue) = 181+118+151=450 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.22% from 450); Green value is 118 (46.48% from 255 or 26.22% from 450); Blue value is 151 (59.38% from 255 or 33.56% from 450); Max value from RGB is 181 - color contains mainly: red. Hex color #B57697 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57697 is #4A8968. Grayscale: #8C8C8C. Windows color (decimal): -4884841 or 9926325. OLE color: 9926325.

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

Color convert

RGB 181 118 151 -
CMYK 0 0.35 0.17 0.29
HSL 328.57º 0.3% 0.59% -
HSV(B) 328.57º 0.35% 0.71% -
XYZ 31.12 25.01 32.47 -
YUV 140.6 133.87 156.82 -
System Red Green Blue C M Y K H S L
Decimal 181 118 151 0 0.35 0.17 0.29 328.57 0.3 0.59
Hex B5 76 97 0 23 11 1D 149 1E 3B
Octal 265 166 227 0 43 21 35 511 36 73
Binary 10110101 1110110 10010111 0 100011 10001 11101 101001001 11110 111011

Color Harmonies of #B57697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57697

Black with #B57697

Text Example


Text Example

White with #B57697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57697; }

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

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

background-color css

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

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

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

border-color css

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

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

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