Html Css Color HEX #B57A9E Bouquet

📋 copy color: '#B57A9E'

red 181 ◦ green 122 ◦ blue 158

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

Shades of Bouquet #B57A9E

Tints of Bouquet #B57A9E

RGB

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

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

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

R = 39.26%
G = 26.46%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B57A9E (or 0xB57A9E) is known color: Bouquet. HEX triplet: B5, 7A and 9E. RGB value is (181,122,158). Sum of RGB (Red+Green+Blue) = 181+122+158=461 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.26% from 461); Green value is 122 (48.05% from 255 or 26.46% from 461); Blue value is 158 (62.11% from 255 or 34.27% from 461); Max value from RGB is 181 - color contains mainly: red. Hex color #B57A9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57A9E is #4A8561. Grayscale: #8F8F8F. Windows color (decimal): -4883810 or 10386101. OLE color: 10386101.

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

Color convert

RGB 181 122 158 -
CMYK 0 0.33 0.13 0.29
HSL 323.39º 0.29% 0.59% -
HSV(B) 323.39º 0.33% 0.71% -
XYZ 32.19 26.21 35.71 -
YUV 143.75 136.05 154.57 -
System Red Green Blue C M Y K H S L
Decimal 181 122 158 0 0.33 0.13 0.29 323.39 0.29 0.59
Hex B5 7A 9E 0 21 D 1D 143 1D 3B
Octal 265 172 236 0 41 15 35 503 35 73
Binary 10110101 1111010 10011110 0 100001 1101 11101 101000011 11101 111011

Color Harmonies of #B57A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57A9E

Black with #B57A9E

Text Example


Text Example

White with #B57A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57A9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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