Html Css Color HEX #B0789A Bouquet

📋 copy color: '#B0789A'

red 176 ◦ green 120 ◦ blue 154

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

Shades of Bouquet #B0789A

Tints of Bouquet #B0789A

RGB

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

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

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

R = 39.11%
G = 26.67%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B0789A (or 0xB0789A) is known color: Bouquet. HEX triplet: B0, 78 and 9A. RGB value is (176,120,154). Sum of RGB (Red+Green+Blue) = 176+120+154=450 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.11% from 450); Green value is 120 (47.27% from 255 or 26.67% from 450); Blue value is 154 (60.55% from 255 or 34.22% from 450); Max value from RGB is 176 - color contains mainly: red. Hex color #B0789A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0789A is #4F8765. Grayscale: #8C8C8C. Windows color (decimal): -5212006 or 10123440. OLE color: 10123440.

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

Color convert

RGB 176 120 154 -
CMYK 0 0.32 0.12 0.31
HSL 323.57º 0.26% 0.58% -
HSV(B) 323.57º 0.32% 0.69% -
XYZ 30.45 25 33.79 -
YUV 140.62 135.55 153.24 -
System Red Green Blue C M Y K H S L
Decimal 176 120 154 0 0.32 0.12 0.31 323.57 0.26 0.58
Hex B0 78 9A 0 20 C 1F 144 1A 3A
Octal 260 170 232 0 40 14 37 504 32 72
Binary 10110000 1111000 10011010 0 100000 1100 11111 101000100 11010 111010

Color Harmonies of #B0789A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0789A

Black with #B0789A

Text Example


Text Example

White with #B0789A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0789A; }

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

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

background-color css

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

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

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

border-color css

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

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

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