Html Css Color HEX #B17DA5 Bouquet

📋 copy color: '#B17DA5'

red 177 ◦ green 125 ◦ blue 165

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

Shades of Bouquet #B17DA5

Tints of Bouquet #B17DA5

RGB

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

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

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

R = 37.9%
G = 26.77%
B = 35.33%

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

#B17DA5 (or 0xB17DA5) is known color: Bouquet. HEX triplet: B1, 7D and A5. RGB value is (177,125,165). Sum of RGB (Red+Green+Blue) = 177+125+165=467 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.90% from 467); Green value is 125 (49.22% from 255 or 26.77% from 467); Blue value is 165 (64.84% from 255 or 35.33% from 467); Max value from RGB is 177 - color contains mainly: red. Hex color #B17DA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17DA5 is #4E825A. Grayscale: #919191. Windows color (decimal): -5145179 or 10845617. OLE color: 10845617.

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

Color convert

RGB 177 125 165 -
CMYK 0 0.29 0.07 0.31
HSL 313.85º 0.25% 0.59% -
HSV(B) 313.85º 0.29% 0.69% -
XYZ 32.26 26.73 39.06 -
YUV 145.11 139.23 150.75 -
System Red Green Blue C M Y K H S L
Decimal 177 125 165 0 0.29 0.07 0.31 313.85 0.25 0.59
Hex B1 7D A5 0 1D 7 1F 13A 19 3B
Octal 261 175 245 0 35 7 37 472 31 73
Binary 10110001 1111101 10100101 0 11101 111 11111 100111010 11001 111011

Color Harmonies of #B17DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17DA5

Black with #B17DA5

Text Example


Text Example

White with #B17DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17DA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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