Html Css Color HEX #B5789B Bouquet

📋 copy color: '#B5789B'

red 181 ◦ green 120 ◦ blue 155

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

Shades of Bouquet #B5789B

Tints of Bouquet #B5789B

RGB

 RED value IS 181 (71.09% from 255) = 39.69%

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

 BLUE value IS 155 (60.94% from 255) = 33.99%

R = 39.69%
G = 26.32%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B5789B (or 0xB5789B) is known color: Bouquet. HEX triplet: B5, 78 and 9B. RGB value is (181,120,155). Sum of RGB (Red+Green+Blue) = 181+120+155=456 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.69% from 456); Green value is 120 (47.27% from 255 or 26.32% from 456); Blue value is 155 (60.94% from 255 or 33.99% from 456); Max value from RGB is 181 - color contains mainly: red. Hex color #B5789B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5789B is #4A8764. Grayscale: #8E8E8E. Windows color (decimal): -4884325 or 10188981. OLE color: 10188981.

HSL color Cylindrical-coordinate representation of color #B5789B: hue angle of 325.57º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B5789B is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 120 155 -
CMYK 0 0.34 0.14 0.29
HSL 325.57º 0.29% 0.59% -
HSV(B) 325.57º 0.34% 0.71% -
XYZ 31.69 25.62 34.29 -
YUV 142.23 135.21 155.65 -
System Red Green Blue C M Y K H S L
Decimal 181 120 155 0 0.34 0.14 0.29 325.57 0.29 0.59
Hex B5 78 9B 0 22 E 1D 146 1D 3B
Octal 265 170 233 0 42 16 35 506 35 73
Binary 10110101 1111000 10011011 0 100010 1110 11101 101000110 11101 111011

Color Harmonies of #B5789B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5789B

Black with #B5789B

Text Example


Text Example

White with #B5789B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5789B; }

 p { color: rgb(181,120,155); }

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

background-color css

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

 a { background-color: rgb(181,120,155); }

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

border-color css

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

 span { border-color: rgb(181,120,155); }

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