Html Css Color HEX #B1679D Bouquet

📋 copy color: '#B1679D'

red 177 ◦ green 103 ◦ blue 157

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

Shades of Bouquet #B1679D

Tints of Bouquet #B1679D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.57%

 BLUE value IS 157 (61.72% from 255) = 35.93%

R = 40.5%
G = 23.57%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B1679D (or 0xB1679D) is known color: Bouquet. HEX triplet: B1, 67 and 9D. RGB value is (177,103,157). Sum of RGB (Red+Green+Blue) = 177+103+157=437 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.50% from 437); Green value is 103 (40.62% from 255 or 23.57% from 437); Blue value is 157 (61.72% from 255 or 35.93% from 437); Max value from RGB is 177 - color contains mainly: red. Hex color #B1679D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1679D is #4E9862. Grayscale: #838383. Windows color (decimal): -5150819 or 10315697. OLE color: 10315697.

HSL color Cylindrical-coordinate representation of color #B1679D: hue angle of 316.22º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B1679D is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 103 157 -
CMYK 0 0.42 0.11 0.31
HSL 316.22º 0.32% 0.55% -
HSV(B) 316.22º 0.42% 0.69% -
XYZ 29.07 21.48 34.51 -
YUV 131.28 142.52 160.61 -
System Red Green Blue C M Y K H S L
Decimal 177 103 157 0 0.42 0.11 0.31 316.22 0.32 0.55
Hex B1 67 9D 0 2A B 1F 13C 20 37
Octal 261 147 235 0 52 13 37 474 40 67
Binary 10110001 1100111 10011101 0 101010 1011 11111 100111100 100000 110111

Color Harmonies of #B1679D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1679D

Black with #B1679D

Text Example


Text Example

White with #B1679D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1679D; }

 p { color: rgb(177,103,157); }

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

background-color css

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

 a { background-color: rgb(177,103,157); }

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

border-color css

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

 span { border-color: rgb(177,103,157); }

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