Html Css Color HEX #B17EA5 Bouquet

📋 copy color: '#B17EA5'

red 177 ◦ green 126 ◦ blue 165

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

Shades of Bouquet #B17EA5

Tints of Bouquet #B17EA5

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.92%

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

R = 37.82%
G = 26.92%
B = 35.26%

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

#B17EA5 (or 0xB17EA5) is known color: Bouquet. HEX triplet: B1, 7E and A5. RGB value is (177,126,165). Sum of RGB (Red+Green+Blue) = 177+126+165=468 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.82% from 468); Green value is 126 (49.61% from 255 or 26.92% from 468); Blue value is 165 (64.84% from 255 or 35.26% from 468); Max value from RGB is 177 - color contains mainly: red. Hex color #B17EA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17EA5 is #4E815A. Grayscale: #919191. Windows color (decimal): -5144923 or 10845873. OLE color: 10845873.

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

Color convert

RGB 177 126 165 -
CMYK 0 0.29 0.07 0.31
HSL 314.12º 0.25% 0.59% -
HSV(B) 314.12º 0.29% 0.69% -
XYZ 32.38 26.99 39.1 -
YUV 145.7 138.9 150.33 -
System Red Green Blue C M Y K H S L
Decimal 177 126 165 0 0.29 0.07 0.31 314.12 0.25 0.59
Hex B1 7E A5 0 1D 7 1F 13A 19 3B
Octal 261 176 245 0 35 7 37 472 31 73
Binary 10110001 1111110 10100101 0 11101 111 11111 100111010 11001 111011

Color Harmonies of #B17EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17EA5

Black with #B17EA5

Text Example


Text Example

White with #B17EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17EA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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