Html Css Color HEX #B1679C Bouquet

📋 copy color: '#B1679C'

red 177 ◦ green 103 ◦ blue 156

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

Shades of Bouquet #B1679C

Tints of Bouquet #B1679C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 35.78%

R = 40.6%
G = 23.62%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B1679C (or 0xB1679C) is known color: Bouquet. HEX triplet: B1, 67 and 9C. RGB value is (177,103,156). Sum of RGB (Red+Green+Blue) = 177+103+156=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 103 (40.62% from 255 or 23.62% from 436); Blue value is 156 (61.33% from 255 or 35.78% from 436); Max value from RGB is 177 - color contains mainly: red. Hex color #B1679C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1679C is #4E9863. Grayscale: #838383. Windows color (decimal): -5150820 or 10250161. OLE color: 10250161.

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

Color convert

RGB 177 103 156 -
CMYK 0 0.42 0.12 0.31
HSL 317.03º 0.32% 0.55% -
HSV(B) 317.03º 0.42% 0.69% -
XYZ 28.98 21.45 34.06 -
YUV 131.17 142.02 160.69 -
System Red Green Blue C M Y K H S L
Decimal 177 103 156 0 0.42 0.12 0.31 317.03 0.32 0.55
Hex B1 67 9C 0 2A C 1F 13D 20 37
Octal 261 147 234 0 52 14 37 475 40 67
Binary 10110001 1100111 10011100 0 101010 1100 11111 100111101 100000 110111

Color Harmonies of #B1679C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1679C

Black with #B1679C

Text Example


Text Example

White with #B1679C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1679C; }

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

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

background-color css

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

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

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

border-color css

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

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

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