Html Css Color HEX #B57BA8 Bouquet

📋 copy color: '#B57BA8'

red 181 ◦ green 123 ◦ blue 168

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

Shades of Bouquet #B57BA8

Tints of Bouquet #B57BA8

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.06%

 BLUE value IS 168 (66.02% from 255) = 35.59%

R = 38.35%
G = 26.06%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B57BA8 (or 0xB57BA8) is known color: Bouquet. HEX triplet: B5, 7B and A8. RGB value is (181,123,168). Sum of RGB (Red+Green+Blue) = 181+123+168=472 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.35% from 472); Green value is 123 (48.44% from 255 or 26.06% from 472); Blue value is 168 (66.02% from 255 or 35.59% from 472); Max value from RGB is 181 - color contains mainly: red. Hex color #B57BA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57BA8 is #4A8457. Grayscale: #919191. Windows color (decimal): -4883544 or 11041717. OLE color: 11041717.

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

Color convert

RGB 181 123 168 -
CMYK 0 0.32 0.07 0.29
HSL 313.45º 0.28% 0.6% -
HSV(B) 313.45º 0.32% 0.71% -
XYZ 33.21 26.82 40.47 -
YUV 145.47 140.72 153.34 -
System Red Green Blue C M Y K H S L
Decimal 181 123 168 0 0.32 0.07 0.29 313.45 0.28 0.6
Hex B5 7B A8 0 20 7 1D 139 1C 3C
Octal 265 173 250 0 40 7 35 471 34 74
Binary 10110101 1111011 10101000 0 100000 111 11101 100111001 11100 111100

Color Harmonies of #B57BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57BA8

Black with #B57BA8

Text Example


Text Example

White with #B57BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57BA8; }

 p { color: rgb(181,123,168); }

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

background-color css

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

 a { background-color: rgb(181,123,168); }

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

border-color css

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

 span { border-color: rgb(181,123,168); }

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