Html Css Color HEX #B0759B Bouquet

📋 copy color: '#B0759B'

red 176 ◦ green 117 ◦ blue 155

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

Shades of Bouquet #B0759B

Tints of Bouquet #B0759B

RGB

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

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

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

R = 39.29%
G = 26.12%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B0759B (or 0xB0759B) is known color: Bouquet. HEX triplet: B0, 75 and 9B. RGB value is (176,117,155). Sum of RGB (Red+Green+Blue) = 176+117+155=448 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.29% from 448); Green value is 117 (46.09% from 255 or 26.12% from 448); Blue value is 155 (60.94% from 255 or 34.60% from 448); Max value from RGB is 176 - color contains mainly: red. Hex color #B0759B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0759B is #4F8A64. Grayscale: #8A8A8A. Windows color (decimal): -5212773 or 10188208. OLE color: 10188208.

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

Color convert

RGB 176 117 155 -
CMYK 0 0.34 0.12 0.31
HSL 321.36º 0.27% 0.57% -
HSV(B) 321.36º 0.34% 0.69% -
XYZ 30.18 24.32 34.11 -
YUV 138.97 137.05 154.41 -
System Red Green Blue C M Y K H S L
Decimal 176 117 155 0 0.34 0.12 0.31 321.36 0.27 0.57
Hex B0 75 9B 0 22 C 1F 141 1B 39
Octal 260 165 233 0 42 14 37 501 33 71
Binary 10110000 1110101 10011011 0 100010 1100 11111 101000001 11011 111001

Color Harmonies of #B0759B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0759B

Black with #B0759B

Text Example


Text Example

White with #B0759B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0759B; }

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

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

background-color css

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

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

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

border-color css

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

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

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