Html Css Color HEX #B56F9C Bouquet

📋 copy color: '#B56F9C'

red 181 ◦ green 111 ◦ blue 156

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

Shades of Bouquet #B56F9C

Tints of Bouquet #B56F9C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.78%

 BLUE value IS 156 (61.33% from 255) = 34.82%

R = 40.4%
G = 24.78%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B56F9C (or 0xB56F9C) is known color: Bouquet. HEX triplet: B5, 6F and 9C. RGB value is (181,111,156). Sum of RGB (Red+Green+Blue) = 181+111+156=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 111 (43.75% from 255 or 24.78% from 448); Blue value is 156 (61.33% from 255 or 34.82% from 448); Max value from RGB is 181 - color contains mainly: red. Hex color #B56F9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56F9C is #4A9063. Grayscale: #888888. Windows color (decimal): -4886628 or 10252213. OLE color: 10252213.

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

Color convert

RGB 181 111 156 -
CMYK 0 0.39 0.14 0.29
HSL 321.43º 0.32% 0.57% -
HSV(B) 321.43º 0.39% 0.71% -
XYZ 30.74 23.59 34.39 -
YUV 137.06 138.69 159.34 -
System Red Green Blue C M Y K H S L
Decimal 181 111 156 0 0.39 0.14 0.29 321.43 0.32 0.57
Hex B5 6F 9C 0 27 E 1D 141 20 39
Octal 265 157 234 0 47 16 35 501 40 71
Binary 10110101 1101111 10011100 0 100111 1110 11101 101000001 100000 111001

Color Harmonies of #B56F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56F9C

Black with #B56F9C

Text Example


Text Example

White with #B56F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56F9C; }

 p { color: rgb(181,111,156); }

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

background-color css

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

 a { background-color: rgb(181,111,156); }

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

border-color css

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

 span { border-color: rgb(181,111,156); }

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