Html Css Color HEX #B57AA0 Bouquet

📋 copy color: '#B57AA0'

red 181 ◦ green 122 ◦ blue 160

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

Shades of Bouquet #B57AA0

Tints of Bouquet #B57AA0

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.35%

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

R = 39.09%
G = 26.35%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B57AA0 (or 0xB57AA0) is known color: Bouquet. HEX triplet: B5, 7A and A0. RGB value is (181,122,160). Sum of RGB (Red+Green+Blue) = 181+122+160=463 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.09% from 463); Green value is 122 (48.05% from 255 or 26.35% from 463); Blue value is 160 (62.89% from 255 or 34.56% from 463); Max value from RGB is 181 - color contains mainly: red. Hex color #B57AA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57AA0 is #4A855F. Grayscale: #8F8F8F. Windows color (decimal): -4883808 or 10517173. OLE color: 10517173.

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

Color convert

RGB 181 122 160 -
CMYK 0 0.33 0.12 0.29
HSL 321.36º 0.29% 0.59% -
HSV(B) 321.36º 0.33% 0.71% -
XYZ 32.36 26.28 36.62 -
YUV 143.97 137.05 154.41 -
System Red Green Blue C M Y K H S L
Decimal 181 122 160 0 0.33 0.12 0.29 321.36 0.29 0.59
Hex B5 7A A0 0 21 C 1D 141 1D 3B
Octal 265 172 240 0 41 14 35 501 35 73
Binary 10110101 1111010 10100000 0 100001 1100 11101 101000001 11101 111011

Color Harmonies of #B57AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57AA0

Black with #B57AA0

Text Example


Text Example

White with #B57AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57AA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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