Html Css Color HEX #B57CA2 Bouquet

📋 copy color: '#B57CA2'

red 181 ◦ green 124 ◦ blue 162

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

Shades of Bouquet #B57CA2

Tints of Bouquet #B57CA2

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.55%

 BLUE value IS 162 (63.67% from 255) = 34.69%

R = 38.76%
G = 26.55%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.10

 K value IS 0.29

RGB Variations

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

Color information

#B57CA2 (or 0xB57CA2) is known color: Bouquet. HEX triplet: B5, 7C and A2. RGB value is (181,124,162). Sum of RGB (Red+Green+Blue) = 181+124+162=467 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.76% from 467); Green value is 124 (48.83% from 255 or 26.55% from 467); Blue value is 162 (63.67% from 255 or 34.69% from 467); Max value from RGB is 181 - color contains mainly: red. Hex color #B57CA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57CA2 is #4A835D. Grayscale: #919191. Windows color (decimal): -4883294 or 10648757. OLE color: 10648757.

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

Color convert

RGB 181 124 162 -
CMYK 0 0.31 0.10 0.29
HSL 320º 0.28% 0.6% -
HSV(B) 320º 0.31% 0.71% -
XYZ 32.79 26.85 37.64 -
YUV 145.38 137.38 153.41 -
System Red Green Blue C M Y K H S L
Decimal 181 124 162 0 0.31 0.10 0.29 320 0.28 0.6
Hex B5 7C A2 0 1F A 1D 140 1C 3C
Octal 265 174 242 0 37 12 35 500 34 74
Binary 10110101 1111100 10100010 0 11111 1010 11101 101000000 11100 111100

Color Harmonies of #B57CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57CA2

Black with #B57CA2

Text Example


Text Example

White with #B57CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57CA2; }

 p { color: rgb(181,124,162); }

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

background-color css

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

 a { background-color: rgb(181,124,162); }

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

border-color css

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

 span { border-color: rgb(181,124,162); }

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