Html Css Color HEX #B56A95 Bouquet

📋 copy color: '#B56A95'

red 181 ◦ green 106 ◦ blue 149

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

Shades of Bouquet #B56A95

Tints of Bouquet #B56A95

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.31%

 BLUE value IS 149 (58.59% from 255) = 34.17%

R = 41.51%
G = 24.31%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B56A95 (or 0xB56A95) is known color: Bouquet. HEX triplet: B5, 6A and 95. RGB value is (181,106,149). Sum of RGB (Red+Green+Blue) = 181+106+149=436 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.51% from 436); Green value is 106 (41.80% from 255 or 24.31% from 436); Blue value is 149 (58.59% from 255 or 34.17% from 436); Max value from RGB is 181 - color contains mainly: red. Hex color #B56A95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56A95 is #4A956A. Grayscale: #858585. Windows color (decimal): -4887915 or 9792181. OLE color: 9792181.

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

Color convert

RGB 181 106 149 -
CMYK 0 0.41 0.18 0.29
HSL 325.6º 0.34% 0.56% -
HSV(B) 325.6º 0.41% 0.71% -
XYZ 29.63 22.3 31.18 -
YUV 133.33 136.85 162 -
System Red Green Blue C M Y K H S L
Decimal 181 106 149 0 0.41 0.18 0.29 325.6 0.34 0.56
Hex B5 6A 95 0 29 12 1D 146 22 38
Octal 265 152 225 0 51 22 35 506 42 70
Binary 10110101 1101010 10010101 0 101001 10010 11101 101000110 100010 111000

Color Harmonies of #B56A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56A95

Black with #B56A95

Text Example


Text Example

White with #B56A95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56A95; }

 p { color: rgb(181,106,149); }

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

background-color css

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

 a { background-color: rgb(181,106,149); }

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

border-color css

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

 span { border-color: rgb(181,106,149); }

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