Html Css Color HEX #B0759E Bouquet

📋 copy color: '#B0759E'

red 176 ◦ green 117 ◦ blue 158

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

Shades of Bouquet #B0759E

Tints of Bouquet #B0759E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 35.03%

R = 39.02%
G = 25.94%
B = 35.03%

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

#B0759E (or 0xB0759E) is known color: Bouquet. HEX triplet: B0, 75 and 9E. RGB value is (176,117,158). Sum of RGB (Red+Green+Blue) = 176+117+158=451 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.02% from 451); Green value is 117 (46.09% from 255 or 25.94% from 451); Blue value is 158 (62.11% from 255 or 35.03% from 451); Max value from RGB is 176 - color contains mainly: red. Hex color #B0759E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0759E is #4F8A61. Grayscale: #8B8B8B. Windows color (decimal): -5212770 or 10384816. OLE color: 10384816.

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

Color convert

RGB 176 117 158 -
CMYK 0 0.34 0.10 0.31
HSL 318.31º 0.27% 0.57% -
HSV(B) 318.31º 0.34% 0.69% -
XYZ 30.44 24.42 35.46 -
YUV 139.32 138.55 154.17 -
System Red Green Blue C M Y K H S L
Decimal 176 117 158 0 0.34 0.10 0.31 318.31 0.27 0.57
Hex B0 75 9E 0 22 A 1F 13E 1B 39
Octal 260 165 236 0 42 12 37 476 33 71
Binary 10110000 1110101 10011110 0 100010 1010 11111 100111110 11011 111001

Color Harmonies of #B0759E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0759E

Black with #B0759E

Text Example


Text Example

White with #B0759E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0759E; }

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

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

background-color css

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

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

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

border-color css

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

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

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