Html Css Color HEX #B17DA6 Bouquet

📋 copy color: '#B17DA6'

red 177 ◦ green 125 ◦ blue 166

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

Shades of Bouquet #B17DA6

Tints of Bouquet #B17DA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 35.47%

R = 37.82%
G = 26.71%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#B17DA6 (or 0xB17DA6) is known color: Bouquet. HEX triplet: B1, 7D and A6. RGB value is (177,125,166). Sum of RGB (Red+Green+Blue) = 177+125+166=468 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.82% from 468); Green value is 125 (49.22% from 255 or 26.71% from 468); Blue value is 166 (65.23% from 255 or 35.47% from 468); Max value from RGB is 177 - color contains mainly: red. Hex color #B17DA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17DA6 is #4E8259. Grayscale: #919191. Windows color (decimal): -5145178 or 10911153. OLE color: 10911153.

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

Color convert

RGB 177 125 166 -
CMYK 0 0.29 0.06 0.31
HSL 312.69º 0.25% 0.59% -
HSV(B) 312.69º 0.29% 0.69% -
XYZ 32.35 26.77 39.54 -
YUV 145.22 139.73 150.67 -
System Red Green Blue C M Y K H S L
Decimal 177 125 166 0 0.29 0.06 0.31 312.69 0.25 0.59
Hex B1 7D A6 0 1D 6 1F 139 19 3B
Octal 261 175 246 0 35 6 37 471 31 73
Binary 10110001 1111101 10100110 0 11101 110 11111 100111001 11001 111011

Color Harmonies of #B17DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17DA6

Black with #B17DA6

Text Example


Text Example

White with #B17DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17DA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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