Html Css Color HEX #B1869B Bouquet

📋 copy color: '#B1869B'

red 177 ◦ green 134 ◦ blue 155

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

Shades of Bouquet #B1869B

Tints of Bouquet #B1869B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.76%

 BLUE value IS 155 (60.94% from 255) = 33.26%

R = 37.98%
G = 28.76%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B1869B (or 0xB1869B) is known color: Bouquet. HEX triplet: B1, 86 and 9B. RGB value is (177,134,155). Sum of RGB (Red+Green+Blue) = 177+134+155=466 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.98% from 466); Green value is 134 (52.73% from 255 or 28.76% from 466); Blue value is 155 (60.94% from 255 or 33.26% from 466); Max value from RGB is 177 - color contains mainly: red. Hex color #B1869B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1869B is #4E7964. Grayscale: #959595. Windows color (decimal): -5142885 or 10192561. OLE color: 10192561.

HSL color Cylindrical-coordinate representation of color #B1869B: hue angle of 330.7º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B1869B is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 134 155 -
CMYK 0 0.24 0.12 0.31
HSL 330.7º 0.22% 0.61% -
HSV(B) 330.7º 0.24% 0.69% -
XYZ 32.57 28.76 34.85 -
YUV 149.25 131.25 147.79 -
System Red Green Blue C M Y K H S L
Decimal 177 134 155 0 0.24 0.12 0.31 330.7 0.22 0.61
Hex B1 86 9B 0 18 C 1F 14B 16 3D
Octal 261 206 233 0 30 14 37 513 26 75
Binary 10110001 10000110 10011011 0 11000 1100 11111 101001011 10110 111101

Color Harmonies of #B1869B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1869B

Black with #B1869B

Text Example


Text Example

White with #B1869B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1869B; }

 p { color: rgb(177,134,155); }

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

background-color css

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

 a { background-color: rgb(177,134,155); }

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

border-color css

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

 span { border-color: rgb(177,134,155); }

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