Html Css Color HEX #B57B96 Bouquet

📋 copy color: '#B57B96'

red 181 ◦ green 123 ◦ blue 150

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

Shades of Bouquet #B57B96

Tints of Bouquet #B57B96

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.09%

 BLUE value IS 150 (58.98% from 255) = 33.04%

R = 39.87%
G = 27.09%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#B57B96 (or 0xB57B96) is known color: Bouquet. HEX triplet: B5, 7B and 96. RGB value is (181,123,150). Sum of RGB (Red+Green+Blue) = 181+123+150=454 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.87% from 454); Green value is 123 (48.44% from 255 or 27.09% from 454); Blue value is 150 (58.98% from 255 or 33.04% from 454); Max value from RGB is 181 - color contains mainly: red. Hex color #B57B96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57B96 is #4A8469. Grayscale: #8F8F8F. Windows color (decimal): -4883562 or 9862069. OLE color: 9862069.

HSL color Cylindrical-coordinate representation of color #B57B96: hue angle of 332.07º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B57B96 is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 123 150 -
CMYK 0 0.32 0.17 0.29
HSL 332.07º 0.28% 0.6% -
HSV(B) 332.07º 0.32% 0.71% -
XYZ 31.64 26.19 32.24 -
YUV 143.42 131.72 154.8 -
System Red Green Blue C M Y K H S L
Decimal 181 123 150 0 0.32 0.17 0.29 332.07 0.28 0.6
Hex B5 7B 96 0 20 11 1D 14C 1C 3C
Octal 265 173 226 0 40 21 35 514 34 74
Binary 10110101 1111011 10010110 0 100000 10001 11101 101001100 11100 111100

Color Harmonies of #B57B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57B96

Black with #B57B96

Text Example


Text Example

White with #B57B96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57B96; }

 p { color: rgb(181,123,150); }

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

background-color css

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

 a { background-color: rgb(181,123,150); }

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

border-color css

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

 span { border-color: rgb(181,123,150); }

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