Html Css Color HEX #B57395 Bouquet

📋 copy color: '#B57395'

red 181 ◦ green 115 ◦ blue 149

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

Shades of Bouquet #B57395

Tints of Bouquet #B57395

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.84%

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

R = 40.67%
G = 25.84%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B57395 (or 0xB57395) is known color: Bouquet. HEX triplet: B5, 73 and 95. RGB value is (181,115,149). Sum of RGB (Red+Green+Blue) = 181+115+149=445 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.67% from 445); Green value is 115 (45.31% from 255 or 25.84% from 445); Blue value is 149 (58.59% from 255 or 33.48% from 445); Max value from RGB is 181 - color contains mainly: red. Hex color #B57395 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57395 is #4A8C6A. Grayscale: #8A8A8A. Windows color (decimal): -4885611 or 9794485. OLE color: 9794485.

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

Color convert

RGB 181 115 149 -
CMYK 0 0.36 0.18 0.29
HSL 329.09º 0.31% 0.58% -
HSV(B) 329.09º 0.36% 0.71% -
XYZ 30.61 24.26 31.5 -
YUV 138.61 133.87 158.24 -
System Red Green Blue C M Y K H S L
Decimal 181 115 149 0 0.36 0.18 0.29 329.09 0.31 0.58
Hex B5 73 95 0 24 12 1D 149 1F 3A
Octal 265 163 225 0 44 22 35 511 37 72
Binary 10110101 1110011 10010101 0 100100 10010 11101 101001001 11111 111010

Color Harmonies of #B57395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57395

Black with #B57395

Text Example


Text Example

White with #B57395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57395; }

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

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

background-color css

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

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

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

border-color css

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

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

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