Html Css Color HEX #B1709F Bouquet

📋 copy color: '#B1709F'

red 177 ◦ green 112 ◦ blue 159

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

Shades of Bouquet #B1709F

Tints of Bouquet #B1709F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25%

 BLUE value IS 159 (62.5% from 255) = 35.49%

R = 39.51%
G = 25%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B1709F (or 0xB1709F) is known color: Bouquet. HEX triplet: B1, 70 and 9F. RGB value is (177,112,159). Sum of RGB (Red+Green+Blue) = 177+112+159=448 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.51% from 448); Green value is 112 (44.14% from 255 or 25% from 448); Blue value is 159 (62.5% from 255 or 35.49% from 448); Max value from RGB is 177 - color contains mainly: red. Hex color #B1709F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1709F is #4E8F60. Grayscale: #888888. Windows color (decimal): -5148513 or 10449073. OLE color: 10449073.

HSL color Cylindrical-coordinate representation of color #B1709F: hue angle of 316.62º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B1709F is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 112 159 -
CMYK 0 0.37 0.10 0.31
HSL 316.62º 0.29% 0.57% -
HSV(B) 316.62º 0.37% 0.69% -
XYZ 30.18 23.44 35.73 -
YUV 136.79 140.53 156.68 -
System Red Green Blue C M Y K H S L
Decimal 177 112 159 0 0.37 0.10 0.31 316.62 0.29 0.57
Hex B1 70 9F 0 25 A 1F 13D 1D 39
Octal 261 160 237 0 45 12 37 475 35 71
Binary 10110001 1110000 10011111 0 100101 1010 11111 100111101 11101 111001

Color Harmonies of #B1709F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1709F

Black with #B1709F

Text Example


Text Example

White with #B1709F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1709F; }

 p { color: rgb(177,112,159); }

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

background-color css

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

 a { background-color: rgb(177,112,159); }

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

border-color css

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

 span { border-color: rgb(177,112,159); }

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