Html Css Color HEX #B17D9A Bouquet

📋 copy color: '#B17D9A'

red 177 ◦ green 125 ◦ blue 154

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

Shades of Bouquet #B17D9A

Tints of Bouquet #B17D9A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.41%

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

R = 38.82%
G = 27.41%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#B17D9A (or 0xB17D9A) is known color: Bouquet. HEX triplet: B1, 7D and 9A. RGB value is (177,125,154). Sum of RGB (Red+Green+Blue) = 177+125+154=456 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.82% from 456); Green value is 125 (49.22% from 255 or 27.41% from 456); Blue value is 154 (60.55% from 255 or 33.77% from 456); Max value from RGB is 177 - color contains mainly: red. Hex color #B17D9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17D9A is #4E8265. Grayscale: #8F8F8F. Windows color (decimal): -5145190 or 10124721. OLE color: 10124721.

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

Color convert

RGB 177 125 154 -
CMYK 0 0.29 0.13 0.31
HSL 326.54º 0.25% 0.59% -
HSV(B) 326.54º 0.29% 0.69% -
XYZ 31.3 26.35 34.01 -
YUV 143.85 133.73 151.64 -
System Red Green Blue C M Y K H S L
Decimal 177 125 154 0 0.29 0.13 0.31 326.54 0.25 0.59
Hex B1 7D 9A 0 1D D 1F 147 19 3B
Octal 261 175 232 0 35 15 37 507 31 73
Binary 10110001 1111101 10011010 0 11101 1101 11111 101000111 11001 111011

Color Harmonies of #B17D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17D9A

Black with #B17D9A

Text Example


Text Example

White with #B17D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17D9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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