Html Css Color HEX #B17693 Bouquet

📋 copy color: '#B17693'

red 177 ◦ green 118 ◦ blue 147

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

Shades of Bouquet #B17693

Tints of Bouquet #B17693

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.7%

 BLUE value IS 147 (57.81% from 255) = 33.26%

R = 40.05%
G = 26.7%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#B17693 (or 0xB17693) is known color: Bouquet. HEX triplet: B1, 76 and 93. RGB value is (177,118,147). Sum of RGB (Red+Green+Blue) = 177+118+147=442 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.05% from 442); Green value is 118 (46.48% from 255 or 26.70% from 442); Blue value is 147 (57.81% from 255 or 33.26% from 442); Max value from RGB is 177 - color contains mainly: red. Hex color #B17693 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17693 is #4E896C. Grayscale: #8A8A8A. Windows color (decimal): -5146989 or 9664177. OLE color: 9664177.

HSL color Cylindrical-coordinate representation of color #B17693: hue angle of 330.51º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B17693 is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 118 147 -
CMYK 0 0.33 0.17 0.31
HSL 330.51º 0.27% 0.58% -
HSV(B) 330.51º 0.33% 0.69% -
XYZ 29.88 24.41 30.74 -
YUV 138.95 132.55 155.14 -
System Red Green Blue C M Y K H S L
Decimal 177 118 147 0 0.33 0.17 0.31 330.51 0.27 0.58
Hex B1 76 93 0 21 11 1F 14B 1B 3A
Octal 261 166 223 0 41 21 37 513 33 72
Binary 10110001 1110110 10010011 0 100001 10001 11111 101001011 11011 111010

Color Harmonies of #B17693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17693

Black with #B17693

Text Example


Text Example

White with #B17693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17693; }

 p { color: rgb(177,118,147); }

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

background-color css

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

 a { background-color: rgb(177,118,147); }

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

border-color css

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

 span { border-color: rgb(177,118,147); }

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