Html Css Color HEX #B57B9D Bouquet

📋 copy color: '#B57B9D'

red 181 ◦ green 123 ◦ blue 157

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

Shades of Bouquet #B57B9D

Tints of Bouquet #B57B9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 34.06%

R = 39.26%
G = 26.68%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B57B9D (or 0xB57B9D) is known color: Bouquet. HEX triplet: B5, 7B and 9D. RGB value is (181,123,157). Sum of RGB (Red+Green+Blue) = 181+123+157=461 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.26% from 461); Green value is 123 (48.44% from 255 or 26.68% from 461); Blue value is 157 (61.72% from 255 or 34.06% from 461); Max value from RGB is 181 - color contains mainly: red. Hex color #B57B9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57B9D is #4A8462. Grayscale: #909090. Windows color (decimal): -4883555 or 10320821. OLE color: 10320821.

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

Color convert

RGB 181 123 157 -
CMYK 0 0.32 0.13 0.29
HSL 324.83º 0.28% 0.6% -
HSV(B) 324.83º 0.32% 0.71% -
XYZ 32.22 26.42 35.3 -
YUV 144.22 135.22 154.24 -
System Red Green Blue C M Y K H S L
Decimal 181 123 157 0 0.32 0.13 0.29 324.83 0.28 0.6
Hex B5 7B 9D 0 20 D 1D 145 1C 3C
Octal 265 173 235 0 40 15 35 505 34 74
Binary 10110101 1111011 10011101 0 100000 1101 11101 101000101 11100 111100

Color Harmonies of #B57B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57B9D

Black with #B57B9D

Text Example


Text Example

White with #B57B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57B9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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