Html Css Color HEX #B57F9E Bouquet

📋 copy color: '#B57F9E'

red 181 ◦ green 127 ◦ blue 158

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

Shades of Bouquet #B57F9E

Tints of Bouquet #B57F9E

RGB

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

 GREEN value IS 127 (50% from 255) = 27.25%

 BLUE value IS 158 (62.11% from 255) = 33.91%

R = 38.84%
G = 27.25%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B57F9E (or 0xB57F9E) is known color: Bouquet. HEX triplet: B5, 7F and 9E. RGB value is (181,127,158). Sum of RGB (Red+Green+Blue) = 181+127+158=466 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.84% from 466); Green value is 127 (50% from 255 or 27.25% from 466); Blue value is 158 (62.11% from 255 or 33.91% from 466); Max value from RGB is 181 - color contains mainly: red. Hex color #B57F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57F9E is #4A8061. Grayscale: #929292. Windows color (decimal): -4882530 or 10387381. OLE color: 10387381.

HSL color Cylindrical-coordinate representation of color #B57F9E: hue angle of 325.56º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B57F9E is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 127 158 -
CMYK 0 0.30 0.13 0.29
HSL 325.56º 0.27% 0.6% -
HSV(B) 325.56º 0.3% 0.71% -
XYZ 32.82 27.47 35.92 -
YUV 146.68 134.39 152.48 -
System Red Green Blue C M Y K H S L
Decimal 181 127 158 0 0.30 0.13 0.29 325.56 0.27 0.6
Hex B5 7F 9E 0 1E D 1D 146 1B 3C
Octal 265 177 236 0 36 15 35 506 33 74
Binary 10110101 1111111 10011110 0 11110 1101 11101 101000110 11011 111100

Color Harmonies of #B57F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57F9E

Black with #B57F9E

Text Example


Text Example

White with #B57F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57F9E; }

 p { color: rgb(181,127,158); }

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

background-color css

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

 a { background-color: rgb(181,127,158); }

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

border-color css

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

 span { border-color: rgb(181,127,158); }

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