Html Css Color HEX #B57AA5 Bouquet

📋 copy color: '#B57AA5'

red 181 ◦ green 122 ◦ blue 165

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

Shades of Bouquet #B57AA5

Tints of Bouquet #B57AA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 35.26%

R = 38.68%
G = 26.07%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#B57AA5 (or 0xB57AA5) is known color: Bouquet. HEX triplet: B5, 7A and A5. RGB value is (181,122,165). Sum of RGB (Red+Green+Blue) = 181+122+165=468 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.68% from 468); Green value is 122 (48.05% from 255 or 26.07% from 468); Blue value is 165 (64.84% from 255 or 35.26% from 468); Max value from RGB is 181 - color contains mainly: red. Hex color #B57AA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57AA5 is #4A855A. Grayscale: #909090. Windows color (decimal): -4883803 or 10844853. OLE color: 10844853.

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

Color convert

RGB 181 122 165 -
CMYK 0 0.33 0.09 0.29
HSL 316.27º 0.29% 0.59% -
HSV(B) 316.27º 0.33% 0.71% -
XYZ 32.81 26.46 38.98 -
YUV 144.54 139.55 154 -
System Red Green Blue C M Y K H S L
Decimal 181 122 165 0 0.33 0.09 0.29 316.27 0.29 0.59
Hex B5 7A A5 0 21 9 1D 13C 1D 3B
Octal 265 172 245 0 41 11 35 474 35 73
Binary 10110101 1111010 10100101 0 100001 1001 11101 100111100 11101 111011

Color Harmonies of #B57AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57AA5

Black with #B57AA5

Text Example


Text Example

White with #B57AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57AA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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