Html Css Color HEX #B0759D Bouquet

📋 copy color: '#B0759D'

red 176 ◦ green 117 ◦ blue 157

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

Shades of Bouquet #B0759D

Tints of Bouquet #B0759D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 34.89%

R = 39.11%
G = 26%
B = 34.89%

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

#B0759D (or 0xB0759D) is known color: Bouquet. HEX triplet: B0, 75 and 9D. RGB value is (176,117,157). Sum of RGB (Red+Green+Blue) = 176+117+157=450 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.11% from 450); Green value is 117 (46.09% from 255 or 26% from 450); Blue value is 157 (61.72% from 255 or 34.89% from 450); Max value from RGB is 176 - color contains mainly: red. Hex color #B0759D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0759D is #4F8A62. Grayscale: #8B8B8B. Windows color (decimal): -5212771 or 10319280. OLE color: 10319280.

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

Color convert

RGB 176 117 157 -
CMYK 0 0.34 0.11 0.31
HSL 319.32º 0.27% 0.57% -
HSV(B) 319.32º 0.34% 0.69% -
XYZ 30.35 24.39 35.01 -
YUV 139.2 138.05 154.25 -
System Red Green Blue C M Y K H S L
Decimal 176 117 157 0 0.34 0.11 0.31 319.32 0.27 0.57
Hex B0 75 9D 0 22 B 1F 13F 1B 39
Octal 260 165 235 0 42 13 37 477 33 71
Binary 10110000 1110101 10011101 0 100010 1011 11111 100111111 11011 111001

Color Harmonies of #B0759D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0759D

Black with #B0759D

Text Example


Text Example

White with #B0759D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0759D; }

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

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

background-color css

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

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

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

border-color css

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

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

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