Html Css Color HEX #B176A5 Bouquet

📋 copy color: '#B176A5'

red 177 ◦ green 118 ◦ blue 165

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

Shades of Bouquet #B176A5

Tints of Bouquet #B176A5

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.65%

 BLUE value IS 165 (64.84% from 255) = 35.87%

R = 38.48%
G = 25.65%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#B176A5 (or 0xB176A5) is known color: Bouquet. HEX triplet: B1, 76 and A5. RGB value is (177,118,165). Sum of RGB (Red+Green+Blue) = 177+118+165=460 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.48% from 460); Green value is 118 (46.48% from 255 or 25.65% from 460); Blue value is 165 (64.84% from 255 or 35.87% from 460); Max value from RGB is 177 - color contains mainly: red. Hex color #B176A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B176A5 is #4E895A. Grayscale: #8C8C8C. Windows color (decimal): -5146971 or 10843825. OLE color: 10843825.

HSL color Cylindrical-coordinate representation of color #B176A5: hue angle of 312.2º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B176A5 is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 118 165 -
CMYK 0 0.33 0.07 0.31
HSL 312.2º 0.27% 0.58% -
HSV(B) 312.2º 0.33% 0.69% -
XYZ 31.4 25.02 38.77 -
YUV 141 141.55 153.68 -
System Red Green Blue C M Y K H S L
Decimal 177 118 165 0 0.33 0.07 0.31 312.2 0.27 0.58
Hex B1 76 A5 0 21 7 1F 138 1B 3A
Octal 261 166 245 0 41 7 37 470 33 72
Binary 10110001 1110110 10100101 0 100001 111 11111 100111000 11011 111010

Color Harmonies of #B176A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B176A5

Black with #B176A5

Text Example


Text Example

White with #B176A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B176A5; }

 p { color: rgb(177,118,165); }

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

background-color css

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

 a { background-color: rgb(177,118,165); }

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

border-color css

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

 span { border-color: rgb(177,118,165); }

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