Html Css Color HEX #B17DA4 Bouquet

📋 copy color: '#B17DA4'

red 177 ◦ green 125 ◦ blue 164

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

Shades of Bouquet #B17DA4

Tints of Bouquet #B17DA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 35.19%

R = 37.98%
G = 26.82%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#B17DA4 (or 0xB17DA4) is known color: Bouquet. HEX triplet: B1, 7D and A4. RGB value is (177,125,164). Sum of RGB (Red+Green+Blue) = 177+125+164=466 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.98% from 466); Green value is 125 (49.22% from 255 or 26.82% from 466); Blue value is 164 (64.45% from 255 or 35.19% from 466); Max value from RGB is 177 - color contains mainly: red. Hex color #B17DA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17DA4 is #4E825B. Grayscale: #909090. Windows color (decimal): -5145180 or 10780081. OLE color: 10780081.

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

Color convert

RGB 177 125 164 -
CMYK 0 0.29 0.07 0.31
HSL 315º 0.25% 0.59% -
HSV(B) 315º 0.29% 0.69% -
XYZ 32.17 26.69 38.58 -
YUV 144.99 138.73 150.83 -
System Red Green Blue C M Y K H S L
Decimal 177 125 164 0 0.29 0.07 0.31 315 0.25 0.59
Hex B1 7D A4 0 1D 7 1F 13B 19 3B
Octal 261 175 244 0 35 7 37 473 31 73
Binary 10110001 1111101 10100100 0 11101 111 11111 100111011 11001 111011

Color Harmonies of #B17DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17DA4

Black with #B17DA4

Text Example


Text Example

White with #B17DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17DA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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