Html Css Color HEX #B0759A Bouquet

📋 copy color: '#B0759A'

red 176 ◦ green 117 ◦ blue 154

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

Shades of Bouquet #B0759A

Tints of Bouquet #B0759A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 34.45%

R = 39.37%
G = 26.17%
B = 34.45%

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

#B0759A (or 0xB0759A) is known color: Bouquet. HEX triplet: B0, 75 and 9A. RGB value is (176,117,154). Sum of RGB (Red+Green+Blue) = 176+117+154=447 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.37% from 447); Green value is 117 (46.09% from 255 or 26.17% from 447); Blue value is 154 (60.55% from 255 or 34.45% from 447); Max value from RGB is 176 - color contains mainly: red. Hex color #B0759A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0759A is #4F8A65. Grayscale: #8A8A8A. Windows color (decimal): -5212774 or 10122672. OLE color: 10122672.

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

Color convert

RGB 176 117 154 -
CMYK 0 0.34 0.12 0.31
HSL 322.37º 0.27% 0.57% -
HSV(B) 322.37º 0.34% 0.69% -
XYZ 30.1 24.29 33.67 -
YUV 138.86 136.55 154.49 -
System Red Green Blue C M Y K H S L
Decimal 176 117 154 0 0.34 0.12 0.31 322.37 0.27 0.57
Hex B0 75 9A 0 22 C 1F 142 1B 39
Octal 260 165 232 0 42 14 37 502 33 71
Binary 10110000 1110101 10011010 0 100010 1100 11111 101000010 11011 111001

Color Harmonies of #B0759A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0759A

Black with #B0759A

Text Example


Text Example

White with #B0759A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0759A; }

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

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

background-color css

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

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

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

border-color css

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

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

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