Html Css Color HEX #B57BA6 Bouquet

📋 copy color: '#B57BA6'

red 181 ◦ green 123 ◦ blue 166

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

Shades of Bouquet #B57BA6

Tints of Bouquet #B57BA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 35.32%

R = 38.51%
G = 26.17%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#B57BA6 (or 0xB57BA6) is known color: Bouquet. HEX triplet: B5, 7B and A6. RGB value is (181,123,166). Sum of RGB (Red+Green+Blue) = 181+123+166=470 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.51% from 470); Green value is 123 (48.44% from 255 or 26.17% from 470); Blue value is 166 (65.23% from 255 or 35.32% from 470); Max value from RGB is 181 - color contains mainly: red. Hex color #B57BA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57BA6 is #4A8459. Grayscale: #919191. Windows color (decimal): -4883546 or 10910645. OLE color: 10910645.

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

Color convert

RGB 181 123 166 -
CMYK 0 0.32 0.08 0.29
HSL 315.52º 0.28% 0.6% -
HSV(B) 315.52º 0.32% 0.71% -
XYZ 33.02 26.74 39.5 -
YUV 145.24 139.72 153.5 -
System Red Green Blue C M Y K H S L
Decimal 181 123 166 0 0.32 0.08 0.29 315.52 0.28 0.6
Hex B5 7B A6 0 20 8 1D 13C 1C 3C
Octal 265 173 246 0 40 10 35 474 34 74
Binary 10110101 1111011 10100110 0 100000 1000 11101 100111100 11100 111100

Color Harmonies of #B57BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57BA6

Black with #B57BA6

Text Example


Text Example

White with #B57BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57BA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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