Html Css Color HEX #B1709D Bouquet

📋 copy color: '#B1709D'

red 177 ◦ green 112 ◦ blue 157

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

Shades of Bouquet #B1709D

Tints of Bouquet #B1709D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 35.2%

R = 39.69%
G = 25.11%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B1709D (or 0xB1709D) is known color: Bouquet. HEX triplet: B1, 70 and 9D. RGB value is (177,112,157). Sum of RGB (Red+Green+Blue) = 177+112+157=446 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.69% from 446); Green value is 112 (44.14% from 255 or 25.11% from 446); Blue value is 157 (61.72% from 255 or 35.20% from 446); Max value from RGB is 177 - color contains mainly: red. Hex color #B1709D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1709D is #4E8F62. Grayscale: #888888. Windows color (decimal): -5148515 or 10318001. OLE color: 10318001.

HSL color Cylindrical-coordinate representation of color #B1709D: hue angle of 318.46º 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 #B1709D is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 112 157 -
CMYK 0 0.37 0.11 0.31
HSL 318.46º 0.29% 0.57% -
HSV(B) 318.46º 0.37% 0.69% -
XYZ 30.01 23.37 34.83 -
YUV 136.57 139.53 156.84 -
System Red Green Blue C M Y K H S L
Decimal 177 112 157 0 0.37 0.11 0.31 318.46 0.29 0.57
Hex B1 70 9D 0 25 B 1F 13E 1D 39
Octal 261 160 235 0 45 13 37 476 35 71
Binary 10110001 1110000 10011101 0 100101 1011 11111 100111110 11101 111001

Color Harmonies of #B1709D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1709D

Black with #B1709D

Text Example


Text Example

White with #B1709D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1709D; }

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

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

background-color css

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

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

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

border-color css

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

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

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