Html Css Color HEX #B57595 Bouquet

📋 copy color: '#B57595'

red 181 ◦ green 117 ◦ blue 149

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

Shades of Bouquet #B57595

Tints of Bouquet #B57595

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.17%

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

R = 40.49%
G = 26.17%
B = 33.33%

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

#B57595 (or 0xB57595) is known color: Bouquet. HEX triplet: B5, 75 and 95. RGB value is (181,117,149). Sum of RGB (Red+Green+Blue) = 181+117+149=447 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.49% from 447); Green value is 117 (46.09% from 255 or 26.17% from 447); Blue value is 149 (58.59% from 255 or 33.33% from 447); Max value from RGB is 181 - color contains mainly: red. Hex color #B57595 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57595 is #4A8A6A. Grayscale: #8B8B8B. Windows color (decimal): -4885099 or 9794997. OLE color: 9794997.

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

Color convert

RGB 181 117 149 -
CMYK 0 0.35 0.18 0.29
HSL 330º 0.3% 0.58% -
HSV(B) 330º 0.35% 0.71% -
XYZ 30.84 24.72 31.58 -
YUV 139.78 133.2 157.4 -
System Red Green Blue C M Y K H S L
Decimal 181 117 149 0 0.35 0.18 0.29 330 0.3 0.58
Hex B5 75 95 0 23 12 1D 14A 1E 3A
Octal 265 165 225 0 43 22 35 512 36 72
Binary 10110101 1110101 10010101 0 100011 10010 11101 101001010 11110 111010

Color Harmonies of #B57595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57595

Black with #B57595

Text Example


Text Example

White with #B57595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57595; }

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

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

background-color css

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

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

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

border-color css

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

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

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