Html Css Color HEX #B57CA0 Bouquet

📋 copy color: '#B57CA0'

red 181 ◦ green 124 ◦ blue 160

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

Shades of Bouquet #B57CA0

Tints of Bouquet #B57CA0

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.67%

 BLUE value IS 160 (62.89% from 255) = 34.41%

R = 38.92%
G = 26.67%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B57CA0 (or 0xB57CA0) is known color: Bouquet. HEX triplet: B5, 7C and A0. RGB value is (181,124,160). Sum of RGB (Red+Green+Blue) = 181+124+160=465 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.92% from 465); Green value is 124 (48.83% from 255 or 26.67% from 465); Blue value is 160 (62.89% from 255 or 34.41% from 465); Max value from RGB is 181 - color contains mainly: red. Hex color #B57CA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57CA0 is #4A835F. Grayscale: #919191. Windows color (decimal): -4883296 or 10517685. OLE color: 10517685.

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

Color convert

RGB 181 124 160 -
CMYK 0 0.31 0.12 0.29
HSL 322.11º 0.28% 0.6% -
HSV(B) 322.11º 0.31% 0.71% -
XYZ 32.61 26.78 36.71 -
YUV 145.15 136.38 153.57 -
System Red Green Blue C M Y K H S L
Decimal 181 124 160 0 0.31 0.12 0.29 322.11 0.28 0.6
Hex B5 7C A0 0 1F C 1D 142 1C 3C
Octal 265 174 240 0 37 14 35 502 34 74
Binary 10110101 1111100 10100000 0 11111 1100 11101 101000010 11100 111100

Color Harmonies of #B57CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57CA0

Black with #B57CA0

Text Example


Text Example

White with #B57CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57CA0; }

 p { color: rgb(181,124,160); }

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

background-color css

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

 a { background-color: rgb(181,124,160); }

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

border-color css

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

 span { border-color: rgb(181,124,160); }

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