Html Css Color HEX #B1759B Bouquet

📋 copy color: '#B1759B'

red 177 ◦ green 117 ◦ blue 155

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

Shades of Bouquet #B1759B

Tints of Bouquet #B1759B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.06%

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

R = 39.42%
G = 26.06%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B1759B (or 0xB1759B) is known color: Bouquet. HEX triplet: B1, 75 and 9B. RGB value is (177,117,155). Sum of RGB (Red+Green+Blue) = 177+117+155=449 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.42% from 449); Green value is 117 (46.09% from 255 or 26.06% from 449); Blue value is 155 (60.94% from 255 or 34.52% from 449); Max value from RGB is 177 - color contains mainly: red. Hex color #B1759B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1759B is #4E8A64. Grayscale: #8B8B8B. Windows color (decimal): -5147237 or 10188209. OLE color: 10188209.

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

Color convert

RGB 177 117 155 -
CMYK 0 0.34 0.12 0.31
HSL 322º 0.28% 0.58% -
HSV(B) 322º 0.34% 0.69% -
XYZ 30.41 24.44 34.12 -
YUV 139.27 136.88 154.91 -
System Red Green Blue C M Y K H S L
Decimal 177 117 155 0 0.34 0.12 0.31 322 0.28 0.58
Hex B1 75 9B 0 22 C 1F 142 1C 3A
Octal 261 165 233 0 42 14 37 502 34 72
Binary 10110001 1110101 10011011 0 100010 1100 11111 101000010 11100 111010

Color Harmonies of #B1759B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1759B

Black with #B1759B

Text Example


Text Example

White with #B1759B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1759B; }

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

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

background-color css

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

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

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

border-color css

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

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

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