Html Css Color HEX #B1769B Bouquet

📋 copy color: '#B1769B'

red 177 ◦ green 118 ◦ blue 155

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

Shades of Bouquet #B1769B

Tints of Bouquet #B1769B

RGB

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

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

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

R = 39.33%
G = 26.22%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B1769B (or 0xB1769B) is known color: Bouquet. HEX triplet: B1, 76 and 9B. RGB value is (177,118,155). Sum of RGB (Red+Green+Blue) = 177+118+155=450 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.33% from 450); Green value is 118 (46.48% from 255 or 26.22% from 450); Blue value is 155 (60.94% from 255 or 34.44% from 450); Max value from RGB is 177 - color contains mainly: red. Hex color #B1769B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1769B is #4E8964. Grayscale: #8B8B8B. Windows color (decimal): -5146981 or 10188465. OLE color: 10188465.

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

Color convert

RGB 177 118 155 -
CMYK 0 0.33 0.12 0.31
HSL 322.37º 0.27% 0.58% -
HSV(B) 322.37º 0.33% 0.69% -
XYZ 30.53 24.67 34.16 -
YUV 139.86 136.55 154.49 -
System Red Green Blue C M Y K H S L
Decimal 177 118 155 0 0.33 0.12 0.31 322.37 0.27 0.58
Hex B1 76 9B 0 21 C 1F 142 1B 3A
Octal 261 166 233 0 41 14 37 502 33 72
Binary 10110001 1110110 10011011 0 100001 1100 11111 101000010 11011 111010

Color Harmonies of #B1769B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1769B

Black with #B1769B

Text Example


Text Example

White with #B1769B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1769B; }

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

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

background-color css

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

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

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

border-color css

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

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

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