Html Css Color HEX #B17E9C Bouquet

📋 copy color: '#B17E9C'

red 177 ◦ green 126 ◦ blue 156

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

Shades of Bouquet #B17E9C

Tints of Bouquet #B17E9C

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.45%

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

R = 38.56%
G = 27.45%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B17E9C (or 0xB17E9C) is known color: Bouquet. HEX triplet: B1, 7E and 9C. RGB value is (177,126,156). Sum of RGB (Red+Green+Blue) = 177+126+156=459 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.56% from 459); Green value is 126 (49.61% from 255 or 27.45% from 459); Blue value is 156 (61.33% from 255 or 33.99% from 459); Max value from RGB is 177 - color contains mainly: red. Hex color #B17E9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17E9C is #4E8163. Grayscale: #909090. Windows color (decimal): -5144932 or 10256049. OLE color: 10256049.

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

Color convert

RGB 177 126 156 -
CMYK 0 0.29 0.12 0.31
HSL 324.71º 0.25% 0.59% -
HSV(B) 324.71º 0.29% 0.69% -
XYZ 31.59 26.67 34.94 -
YUV 144.67 134.4 151.06 -
System Red Green Blue C M Y K H S L
Decimal 177 126 156 0 0.29 0.12 0.31 324.71 0.25 0.59
Hex B1 7E 9C 0 1D C 1F 145 19 3B
Octal 261 176 234 0 35 14 37 505 31 73
Binary 10110001 1111110 10011100 0 11101 1100 11111 101000101 11001 111011

Color Harmonies of #B17E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17E9C

Black with #B17E9C

Text Example


Text Example

White with #B17E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17E9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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