Html Css Color HEX #B56B9B Bouquet

📋 copy color: '#B56B9B'

red 181 ◦ green 107 ◦ blue 155

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

Shades of Bouquet #B56B9B

Tints of Bouquet #B56B9B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.15%

 BLUE value IS 155 (60.94% from 255) = 34.99%

R = 40.86%
G = 24.15%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B56B9B (or 0xB56B9B) is known color: Bouquet. HEX triplet: B5, 6B and 9B. RGB value is (181,107,155). Sum of RGB (Red+Green+Blue) = 181+107+155=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 107 (42.19% from 255 or 24.15% from 443); Blue value is 155 (60.94% from 255 or 34.99% from 443); Max value from RGB is 181 - color contains mainly: red. Hex color #B56B9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56B9B is #4A9464. Grayscale: #868686. Windows color (decimal): -4887653 or 10185653. OLE color: 10185653.

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

Color convert

RGB 181 107 155 -
CMYK 0 0.41 0.14 0.29
HSL 321.08º 0.33% 0.56% -
HSV(B) 321.08º 0.41% 0.71% -
XYZ 30.23 22.71 33.8 -
YUV 134.6 139.52 161.1 -
System Red Green Blue C M Y K H S L
Decimal 181 107 155 0 0.41 0.14 0.29 321.08 0.33 0.56
Hex B5 6B 9B 0 29 E 1D 141 21 38
Octal 265 153 233 0 51 16 35 501 41 70
Binary 10110101 1101011 10011011 0 101001 1110 11101 101000001 100001 111000

Color Harmonies of #B56B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56B9B

Black with #B56B9B

Text Example


Text Example

White with #B56B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56B9B; }

 p { color: rgb(181,107,155); }

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

background-color css

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

 a { background-color: rgb(181,107,155); }

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

border-color css

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

 span { border-color: rgb(181,107,155); }

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