Html Css Color HEX #B0759C Bouquet

📋 copy color: '#B0759C'

red 176 ◦ green 117 ◦ blue 156

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

Shades of Bouquet #B0759C

Tints of Bouquet #B0759C

RGB

 RED value IS 176 (69.14% from 255) = 39.2%

 GREEN value IS 117 (46.09% from 255) = 26.06%

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

R = 39.2%
G = 26.06%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B0759C (or 0xB0759C) is known color: Bouquet. HEX triplet: B0, 75 and 9C. RGB value is (176,117,156). Sum of RGB (Red+Green+Blue) = 176+117+156=449 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.20% from 449); Green value is 117 (46.09% from 255 or 26.06% from 449); Blue value is 156 (61.33% from 255 or 34.74% from 449); Max value from RGB is 176 - color contains mainly: red. Hex color #B0759C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0759C is #4F8A63. Grayscale: #8A8A8A. Windows color (decimal): -5212772 or 10253744. OLE color: 10253744.

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

Color convert

RGB 176 117 156 -
CMYK 0 0.34 0.11 0.31
HSL 320.34º 0.27% 0.57% -
HSV(B) 320.34º 0.34% 0.69% -
XYZ 30.27 24.35 34.56 -
YUV 139.09 137.55 154.33 -
System Red Green Blue C M Y K H S L
Decimal 176 117 156 0 0.34 0.11 0.31 320.34 0.27 0.57
Hex B0 75 9C 0 22 B 1F 140 1B 39
Octal 260 165 234 0 42 13 37 500 33 71
Binary 10110000 1110101 10011100 0 100010 1011 11111 101000000 11011 111001

Color Harmonies of #B0759C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0759C

Black with #B0759C

Text Example


Text Example

White with #B0759C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0759C; }

 p { color: rgb(176,117,156); }

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

background-color css

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

 a { background-color: rgb(176,117,156); }

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

border-color css

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

 span { border-color: rgb(176,117,156); }

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