Html Css Color HEX #B1659B Bouquet

📋 copy color: '#B1659B'

red 177 ◦ green 101 ◦ blue 155

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

Shades of Bouquet #B1659B

Tints of Bouquet #B1659B

RGB

 RED value IS 177 (69.53% from 255) = 40.88%

 GREEN value IS 101 (39.84% from 255) = 23.33%

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

R = 40.88%
G = 23.33%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B1659B (or 0xB1659B) is known color: Bouquet. HEX triplet: B1, 65 and 9B. RGB value is (177,101,155). Sum of RGB (Red+Green+Blue) = 177+101+155=433 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.88% from 433); Green value is 101 (39.84% from 255 or 23.33% from 433); Blue value is 155 (60.94% from 255 or 35.80% from 433); Max value from RGB is 177 - color contains mainly: red. Hex color #B1659B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1659B is #4E9A64. Grayscale: #818181. Windows color (decimal): -5151333 or 10184113. OLE color: 10184113.

HSL color Cylindrical-coordinate representation of color #B1659B: hue angle of 317.37º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B1659B is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 101 155 -
CMYK 0 0.43 0.12 0.31
HSL 317.37º 0.33% 0.55% -
HSV(B) 317.37º 0.43% 0.69% -
XYZ 28.7 21.02 33.56 -
YUV 129.88 142.18 161.61 -
System Red Green Blue C M Y K H S L
Decimal 177 101 155 0 0.43 0.12 0.31 317.37 0.33 0.55
Hex B1 65 9B 0 2B C 1F 13D 21 37
Octal 261 145 233 0 53 14 37 475 41 67
Binary 10110001 1100101 10011011 0 101011 1100 11111 100111101 100001 110111

Color Harmonies of #B1659B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1659B

Black with #B1659B

Text Example


Text Example

White with #B1659B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1659B; }

 p { color: rgb(177,101,155); }

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

background-color css

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

 a { background-color: rgb(177,101,155); }

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

border-color css

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

 span { border-color: rgb(177,101,155); }

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