Html Css Color HEX #B57794 Bouquet

📋 copy color: '#B57794'

red 181 ◦ green 119 ◦ blue 148

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

Shades of Bouquet #B57794

Tints of Bouquet #B57794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 33.04%

R = 40.4%
G = 26.56%
B = 33.04%

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

#B57794 (or 0xB57794) is known color: Bouquet. HEX triplet: B5, 77 and 94. RGB value is (181,119,148). Sum of RGB (Red+Green+Blue) = 181+119+148=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 119 (46.88% from 255 or 26.56% from 448); Blue value is 148 (58.20% from 255 or 33.04% from 448); Max value from RGB is 181 - color contains mainly: red. Hex color #B57794 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57794 is #4A886B. Grayscale: #8C8C8C. Windows color (decimal): -4884588 or 9729973. OLE color: 9729973.

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

Color convert

RGB 181 119 148 -
CMYK 0 0.34 0.18 0.29
HSL 331.94º 0.3% 0.59% -
HSV(B) 331.94º 0.34% 0.71% -
XYZ 31 25.16 31.24 -
YUV 140.84 132.04 156.64 -
System Red Green Blue C M Y K H S L
Decimal 181 119 148 0 0.34 0.18 0.29 331.94 0.3 0.59
Hex B5 77 94 0 22 12 1D 14C 1E 3B
Octal 265 167 224 0 42 22 35 514 36 73
Binary 10110101 1110111 10010100 0 100010 10010 11101 101001100 11110 111011

Color Harmonies of #B57794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57794

Black with #B57794

Text Example


Text Example

White with #B57794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57794; }

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

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

background-color css

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

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

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

border-color css

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

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

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