Html Css Color HEX #B17B9A Bouquet

📋 copy color: '#B17B9A'

red 177 ◦ green 123 ◦ blue 154

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

Shades of Bouquet #B17B9A

Tints of Bouquet #B17B9A

RGB

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

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

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

R = 38.99%
G = 27.09%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#B17B9A (or 0xB17B9A) is known color: Bouquet. HEX triplet: B1, 7B and 9A. RGB value is (177,123,154). Sum of RGB (Red+Green+Blue) = 177+123+154=454 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.99% from 454); Green value is 123 (48.44% from 255 or 27.09% from 454); Blue value is 154 (60.55% from 255 or 33.92% from 454); Max value from RGB is 177 - color contains mainly: red. Hex color #B17B9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17B9A is #4E8465. Grayscale: #8E8E8E. Windows color (decimal): -5145702 or 10124209. OLE color: 10124209.

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

Color convert

RGB 177 123 154 -
CMYK 0 0.31 0.13 0.31
HSL 325.56º 0.26% 0.59% -
HSV(B) 325.56º 0.31% 0.69% -
XYZ 31.05 25.85 33.92 -
YUV 142.68 134.39 152.48 -
System Red Green Blue C M Y K H S L
Decimal 177 123 154 0 0.31 0.13 0.31 325.56 0.26 0.59
Hex B1 7B 9A 0 1F D 1F 146 1A 3B
Octal 261 173 232 0 37 15 37 506 32 73
Binary 10110001 1111011 10011010 0 11111 1101 11111 101000110 11010 111011

Color Harmonies of #B17B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17B9A

Black with #B17B9A

Text Example


Text Example

White with #B17B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17B9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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