Html Css Color HEX #B17A9A Bouquet

📋 copy color: '#B17A9A'

red 177 ◦ green 122 ◦ blue 154

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

Shades of Bouquet #B17A9A

Tints of Bouquet #B17A9A

RGB

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

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

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

R = 39.07%
G = 26.93%
B = 34%

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

#B17A9A (or 0xB17A9A) is known color: Bouquet. HEX triplet: B1, 7A and 9A. RGB value is (177,122,154). Sum of RGB (Red+Green+Blue) = 177+122+154=453 (60% of max value = 765). Red value is 177 (69.53% from 255 or 39.07% from 453); Green value is 122 (48.05% from 255 or 26.93% from 453); Blue value is 154 (60.55% from 255 or 34.00% from 453); Max value from RGB is 177 - color contains mainly: red. Hex color #B17A9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17A9A is #4E8565. Grayscale: #8E8E8E. Windows color (decimal): -5145958 or 10123953. OLE color: 10123953.

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

Color convert

RGB 177 122 154 -
CMYK 0 0.31 0.13 0.31
HSL 325.09º 0.26% 0.59% -
HSV(B) 325.09º 0.31% 0.69% -
XYZ 30.92 25.6 33.88 -
YUV 142.09 134.72 152.9 -
System Red Green Blue C M Y K H S L
Decimal 177 122 154 0 0.31 0.13 0.31 325.09 0.26 0.59
Hex B1 7A 9A 0 1F D 1F 145 1A 3B
Octal 261 172 232 0 37 15 37 505 32 73
Binary 10110001 1111010 10011010 0 11111 1101 11111 101000101 11010 111011

Color Harmonies of #B17A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17A9A

Black with #B17A9A

Text Example


Text Example

White with #B17A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17A9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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