Html Css Color HEX #B17B9C Bouquet

📋 copy color: '#B17B9C'

red 177 ◦ green 123 ◦ blue 156

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

Shades of Bouquet #B17B9C

Tints of Bouquet #B17B9C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.97%

 BLUE value IS 156 (61.33% from 255) = 34.21%

R = 38.82%
G = 26.97%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B17B9C (or 0xB17B9C) is known color: Bouquet. HEX triplet: B1, 7B and 9C. RGB value is (177,123,156). Sum of RGB (Red+Green+Blue) = 177+123+156=456 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.82% from 456); Green value is 123 (48.44% from 255 or 26.97% from 456); Blue value is 156 (61.33% from 255 or 34.21% from 456); Max value from RGB is 177 - color contains mainly: red. Hex color #B17B9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17B9C is #4E8463. Grayscale: #8E8E8E. Windows color (decimal): -5145700 or 10255281. OLE color: 10255281.

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

Color convert

RGB 177 123 156 -
CMYK 0 0.31 0.12 0.31
HSL 323.33º 0.26% 0.59% -
HSV(B) 323.33º 0.31% 0.69% -
XYZ 31.22 25.91 34.81 -
YUV 142.91 135.39 152.32 -
System Red Green Blue C M Y K H S L
Decimal 177 123 156 0 0.31 0.12 0.31 323.33 0.26 0.59
Hex B1 7B 9C 0 1F C 1F 143 1A 3B
Octal 261 173 234 0 37 14 37 503 32 73
Binary 10110001 1111011 10011100 0 11111 1100 11111 101000011 11010 111011

Color Harmonies of #B17B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17B9C

Black with #B17B9C

Text Example


Text Example

White with #B17B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17B9C; }

 p { color: rgb(177,123,156); }

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

background-color css

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

 a { background-color: rgb(177,123,156); }

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

border-color css

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

 span { border-color: rgb(177,123,156); }

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