Html Css Color HEX #B0789C Bouquet

📋 copy color: '#B0789C'

red 176 ◦ green 120 ◦ blue 156

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

Shades of Bouquet #B0789C

Tints of Bouquet #B0789C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 34.51%

R = 38.94%
G = 26.55%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B0789C (or 0xB0789C) is known color: Bouquet. HEX triplet: B0, 78 and 9C. RGB value is (176,120,156). Sum of RGB (Red+Green+Blue) = 176+120+156=452 (59% of max value = 765). Red value is 176 (69.14% from 255 or 38.94% from 452); Green value is 120 (47.27% from 255 or 26.55% from 452); Blue value is 156 (61.33% from 255 or 34.51% from 452); Max value from RGB is 176 - color contains mainly: red. Hex color #B0789C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0789C is #4F8763. Grayscale: #8C8C8C. Windows color (decimal): -5212004 or 10254512. OLE color: 10254512.

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

Color convert

RGB 176 120 156 -
CMYK 0 0.32 0.11 0.31
HSL 321.43º 0.26% 0.58% -
HSV(B) 321.43º 0.32% 0.69% -
XYZ 30.62 25.06 34.68 -
YUV 140.85 136.55 153.07 -
System Red Green Blue C M Y K H S L
Decimal 176 120 156 0 0.32 0.11 0.31 321.43 0.26 0.58
Hex B0 78 9C 0 20 B 1F 141 1A 3A
Octal 260 170 234 0 40 13 37 501 32 72
Binary 10110000 1111000 10011100 0 100000 1011 11111 101000001 11010 111010

Color Harmonies of #B0789C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0789C

Black with #B0789C

Text Example


Text Example

White with #B0789C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0789C; }

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

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

background-color css

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

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

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

border-color css

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

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

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