Html Css Color HEX #B57BA3 Bouquet

📋 copy color: '#B57BA3'

red 181 ◦ green 123 ◦ blue 163

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

Shades of Bouquet #B57BA3

Tints of Bouquet #B57BA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 34.9%

R = 38.76%
G = 26.34%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.10

 K value IS 0.29

RGB Variations

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

Color information

#B57BA3 (or 0xB57BA3) is known color: Bouquet. HEX triplet: B5, 7B and A3. RGB value is (181,123,163). Sum of RGB (Red+Green+Blue) = 181+123+163=467 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.76% from 467); Green value is 123 (48.44% from 255 or 26.34% from 467); Blue value is 163 (64.06% from 255 or 34.90% from 467); Max value from RGB is 181 - color contains mainly: red. Hex color #B57BA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57BA3 is #4A845C. Grayscale: #909090. Windows color (decimal): -4883549 or 10714037. OLE color: 10714037.

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

Color convert

RGB 181 123 163 -
CMYK 0 0.32 0.10 0.29
HSL 318.62º 0.28% 0.6% -
HSV(B) 318.62º 0.32% 0.71% -
XYZ 32.75 26.63 38.07 -
YUV 144.9 138.22 153.75 -
System Red Green Blue C M Y K H S L
Decimal 181 123 163 0 0.32 0.10 0.29 318.62 0.28 0.6
Hex B5 7B A3 0 20 A 1D 13F 1C 3C
Octal 265 173 243 0 40 12 35 477 34 74
Binary 10110101 1111011 10100011 0 100000 1010 11101 100111111 11100 111100

Color Harmonies of #B57BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57BA3

Black with #B57BA3

Text Example


Text Example

White with #B57BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57BA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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