Html Css Color HEX #B56697 Bouquet

📋 copy color: '#B56697'

red 181 ◦ green 102 ◦ blue 151

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

Shades of Bouquet #B56697

Tints of Bouquet #B56697

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.5%

 BLUE value IS 151 (59.38% from 255) = 34.79%

R = 41.71%
G = 23.5%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#B56697 (or 0xB56697) is known color: Bouquet. HEX triplet: B5, 66 and 97. RGB value is (181,102,151). Sum of RGB (Red+Green+Blue) = 181+102+151=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 102 (40.23% from 255 or 23.50% from 434); Blue value is 151 (59.38% from 255 or 34.79% from 434); Max value from RGB is 181 - color contains mainly: red. Hex color #B56697 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56697 is #4A9968. Grayscale: #838383. Windows color (decimal): -4888937 or 9922229. OLE color: 9922229.

HSL color Cylindrical-coordinate representation of color #B56697: hue angle of 322.78º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B56697 is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 102 151 -
CMYK 0 0.44 0.17 0.29
HSL 322.78º 0.35% 0.55% -
HSV(B) 322.78º 0.44% 0.71% -
XYZ 29.39 21.56 31.89 -
YUV 131.21 139.17 163.52 -
System Red Green Blue C M Y K H S L
Decimal 181 102 151 0 0.44 0.17 0.29 322.78 0.35 0.55
Hex B5 66 97 0 2C 11 1D 143 23 37
Octal 265 146 227 0 54 21 35 503 43 67
Binary 10110101 1100110 10010111 0 101100 10001 11101 101000011 100011 110111

Color Harmonies of #B56697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56697

Black with #B56697

Text Example


Text Example

White with #B56697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56697; }

 p { color: rgb(181,102,151); }

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

background-color css

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

 a { background-color: rgb(181,102,151); }

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

border-color css

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

 span { border-color: rgb(181,102,151); }

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