Html Css Color HEX #B17894 Bouquet

📋 copy color: '#B17894'

red 177 ◦ green 120 ◦ blue 148

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

Shades of Bouquet #B17894

Tints of Bouquet #B17894

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.97%

 BLUE value IS 148 (58.2% from 255) = 33.26%

R = 39.78%
G = 26.97%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#B17894 (or 0xB17894) is known color: Bouquet. HEX triplet: B1, 78 and 94. RGB value is (177,120,148). Sum of RGB (Red+Green+Blue) = 177+120+148=445 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.78% from 445); Green value is 120 (47.27% from 255 or 26.97% from 445); Blue value is 148 (58.20% from 255 or 33.26% from 445); Max value from RGB is 177 - color contains mainly: red. Hex color #B17894 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17894 is #4E876B. Grayscale: #8C8C8C. Windows color (decimal): -5146476 or 9730225. OLE color: 9730225.

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

Color convert

RGB 177 120 148 -
CMYK 0 0.32 0.16 0.31
HSL 330.53º 0.27% 0.58% -
HSV(B) 330.53º 0.32% 0.69% -
XYZ 30.19 24.92 31.24 -
YUV 140.24 132.38 154.22 -
System Red Green Blue C M Y K H S L
Decimal 177 120 148 0 0.32 0.16 0.31 330.53 0.27 0.58
Hex B1 78 94 0 20 10 1F 14B 1B 3A
Octal 261 170 224 0 40 20 37 513 33 72
Binary 10110001 1111000 10010100 0 100000 10000 11111 101001011 11011 111010

Color Harmonies of #B17894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17894

Black with #B17894

Text Example


Text Example

White with #B17894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17894; }

 p { color: rgb(177,120,148); }

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

background-color css

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

 a { background-color: rgb(177,120,148); }

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

border-color css

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

 span { border-color: rgb(177,120,148); }

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