Html Css Color HEX #B0759F Bouquet

📋 copy color: '#B0759F'

red 176 ◦ green 117 ◦ blue 159

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

Shades of Bouquet #B0759F

Tints of Bouquet #B0759F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 35.18%

R = 38.94%
G = 25.88%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B0759F (or 0xB0759F) is known color: Bouquet. HEX triplet: B0, 75 and 9F. RGB value is (176,117,159). Sum of RGB (Red+Green+Blue) = 176+117+159=452 (59% of max value = 765). Red value is 176 (69.14% from 255 or 38.94% from 452); Green value is 117 (46.09% from 255 or 25.88% from 452); Blue value is 159 (62.5% from 255 or 35.18% from 452); Max value from RGB is 176 - color contains mainly: red. Hex color #B0759F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0759F is #4F8A60. Grayscale: #8B8B8B. Windows color (decimal): -5212769 or 10450352. OLE color: 10450352.

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

Color convert

RGB 176 117 159 -
CMYK 0 0.34 0.10 0.31
HSL 317.29º 0.27% 0.57% -
HSV(B) 317.29º 0.34% 0.69% -
XYZ 30.52 24.46 35.91 -
YUV 139.43 139.05 154.08 -
System Red Green Blue C M Y K H S L
Decimal 176 117 159 0 0.34 0.10 0.31 317.29 0.27 0.57
Hex B0 75 9F 0 22 A 1F 13D 1B 39
Octal 260 165 237 0 42 12 37 475 33 71
Binary 10110000 1110101 10011111 0 100010 1010 11111 100111101 11011 111001

Color Harmonies of #B0759F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0759F

Black with #B0759F

Text Example


Text Example

White with #B0759F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0759F; }

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

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

background-color css

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

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

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

border-color css

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

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

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