Html Css Color HEX #B17A9B Bouquet

📋 copy color: '#B17A9B'

red 177 ◦ green 122 ◦ blue 155

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

Shades of Bouquet #B17A9B

Tints of Bouquet #B17A9B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.87%

 BLUE value IS 155 (60.94% from 255) = 34.14%

R = 38.99%
G = 26.87%
B = 34.14%

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

#B17A9B (or 0xB17A9B) is known color: Bouquet. HEX triplet: B1, 7A and 9B. RGB value is (177,122,155). Sum of RGB (Red+Green+Blue) = 177+122+155=454 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.99% from 454); Green value is 122 (48.05% from 255 or 26.87% from 454); Blue value is 155 (60.94% from 255 or 34.14% from 454); Max value from RGB is 177 - color contains mainly: red. Hex color #B17A9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17A9B is #4E8564. Grayscale: #8E8E8E. Windows color (decimal): -5145957 or 10189489. OLE color: 10189489.

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

Color convert

RGB 177 122 155 -
CMYK 0 0.31 0.12 0.31
HSL 324º 0.26% 0.59% -
HSV(B) 324º 0.31% 0.69% -
XYZ 31.01 25.63 34.32 -
YUV 142.21 135.22 152.82 -
System Red Green Blue C M Y K H S L
Decimal 177 122 155 0 0.31 0.12 0.31 324 0.26 0.59
Hex B1 7A 9B 0 1F C 1F 144 1A 3B
Octal 261 172 233 0 37 14 37 504 32 73
Binary 10110001 1111010 10011011 0 11111 1100 11111 101000100 11010 111011

Color Harmonies of #B17A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17A9B

Black with #B17A9B

Text Example


Text Example

White with #B17A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17A9B; }

 p { color: rgb(177,122,155); }

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

background-color css

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

 a { background-color: rgb(177,122,155); }

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

border-color css

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

 span { border-color: rgb(177,122,155); }

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