Html Css Color HEX #B56BA5 Bouquet

📋 copy color: '#B56BA5'

red 181 ◦ green 107 ◦ blue 165

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

Shades of Bouquet #B56BA5

Tints of Bouquet #B56BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 36.42%

R = 39.96%
G = 23.62%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#B56BA5 (or 0xB56BA5) is known color: Bouquet. HEX triplet: B5, 6B and A5. RGB value is (181,107,165). Sum of RGB (Red+Green+Blue) = 181+107+165=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 107 (42.19% from 255 or 23.62% from 453); Blue value is 165 (64.84% from 255 or 36.42% from 453); Max value from RGB is 181 - color contains mainly: red. Hex color #B56BA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56BA5 is #4A945A. Grayscale: #878787. Windows color (decimal): -4887643 or 10841013. OLE color: 10841013.

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

Color convert

RGB 181 107 165 -
CMYK 0 0.41 0.09 0.29
HSL 312.97º 0.33% 0.56% -
HSV(B) 312.97º 0.41% 0.71% -
XYZ 31.11 23.06 38.41 -
YUV 135.74 144.52 160.28 -
System Red Green Blue C M Y K H S L
Decimal 181 107 165 0 0.41 0.09 0.29 312.97 0.33 0.56
Hex B5 6B A5 0 29 9 1D 139 21 38
Octal 265 153 245 0 51 11 35 471 41 70
Binary 10110101 1101011 10100101 0 101001 1001 11101 100111001 100001 111000

Color Harmonies of #B56BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56BA5

Black with #B56BA5

Text Example


Text Example

White with #B56BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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