Html Css Color HEX #B1709A Bouquet

📋 copy color: '#B1709A'

red 177 ◦ green 112 ◦ blue 154

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

Shades of Bouquet #B1709A

Tints of Bouquet #B1709A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 34.76%

R = 39.95%
G = 25.28%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#B1709A (or 0xB1709A) is known color: Bouquet. HEX triplet: B1, 70 and 9A. RGB value is (177,112,154). Sum of RGB (Red+Green+Blue) = 177+112+154=443 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.95% from 443); Green value is 112 (44.14% from 255 or 25.28% from 443); Blue value is 154 (60.55% from 255 or 34.76% from 443); Max value from RGB is 177 - color contains mainly: red. Hex color #B1709A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1709A is #4E8F65. Grayscale: #888888. Windows color (decimal): -5148518 or 10121393. OLE color: 10121393.

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

Color convert

RGB 177 112 154 -
CMYK 0 0.37 0.13 0.31
HSL 321.23º 0.29% 0.57% -
HSV(B) 321.23º 0.37% 0.69% -
XYZ 29.76 23.27 33.49 -
YUV 136.22 138.03 157.08 -
System Red Green Blue C M Y K H S L
Decimal 177 112 154 0 0.37 0.13 0.31 321.23 0.29 0.57
Hex B1 70 9A 0 25 D 1F 141 1D 39
Octal 261 160 232 0 45 15 37 501 35 71
Binary 10110001 1110000 10011010 0 100101 1101 11111 101000001 11101 111001

Color Harmonies of #B1709A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1709A

Black with #B1709A

Text Example


Text Example

White with #B1709A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1709A; }

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

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

background-color css

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

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

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

border-color css

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

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

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