Html Css Color HEX #B0789E Bouquet

📋 copy color: '#B0789E'

red 176 ◦ green 120 ◦ blue 158

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

Shades of Bouquet #B0789E

Tints of Bouquet #B0789E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.43%

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

R = 38.77%
G = 26.43%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B0789E (or 0xB0789E) is known color: Bouquet. HEX triplet: B0, 78 and 9E. RGB value is (176,120,158). Sum of RGB (Red+Green+Blue) = 176+120+158=454 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.77% from 454); Green value is 120 (47.27% from 255 or 26.43% from 454); Blue value is 158 (62.11% from 255 or 34.80% from 454); Max value from RGB is 176 - color contains mainly: red. Hex color #B0789E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0789E is #4F8761. Grayscale: #8C8C8C. Windows color (decimal): -5212002 or 10385584. OLE color: 10385584.

HSL color Cylindrical-coordinate representation of color #B0789E: hue angle of 319.29º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B0789E is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 120 158 -
CMYK 0 0.32 0.10 0.31
HSL 319.29º 0.26% 0.58% -
HSV(B) 319.29º 0.32% 0.69% -
XYZ 30.79 25.13 35.58 -
YUV 141.08 137.55 152.91 -
System Red Green Blue C M Y K H S L
Decimal 176 120 158 0 0.32 0.10 0.31 319.29 0.26 0.58
Hex B0 78 9E 0 20 A 1F 13F 1A 3A
Octal 260 170 236 0 40 12 37 477 32 72
Binary 10110000 1111000 10011110 0 100000 1010 11111 100111111 11010 111010

Color Harmonies of #B0789E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0789E

Black with #B0789E

Text Example


Text Example

White with #B0789E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0789E; }

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

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

background-color css

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

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

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

border-color css

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

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

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