Html Css Color HEX #B5709D Bouquet

📋 copy color: '#B5709D'

red 181 ◦ green 112 ◦ blue 157

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

Shades of Bouquet #B5709D

Tints of Bouquet #B5709D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.89%

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

R = 40.22%
G = 24.89%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B5709D (or 0xB5709D) is known color: Bouquet. HEX triplet: B5, 70 and 9D. RGB value is (181,112,157). Sum of RGB (Red+Green+Blue) = 181+112+157=450 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.22% from 450); Green value is 112 (44.14% from 255 or 24.89% from 450); Blue value is 157 (61.72% from 255 or 34.89% from 450); Max value from RGB is 181 - color contains mainly: red. Hex color #B5709D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5709D is #4A8F62. Grayscale: #898989. Windows color (decimal): -4886371 or 10318005. OLE color: 10318005.

HSL color Cylindrical-coordinate representation of color #B5709D: hue angle of 320.87º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B5709D is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 112 157 -
CMYK 0 0.38 0.13 0.29
HSL 320.87º 0.32% 0.57% -
HSV(B) 320.87º 0.38% 0.71% -
XYZ 30.94 23.85 34.87 -
YUV 137.76 138.86 158.84 -
System Red Green Blue C M Y K H S L
Decimal 181 112 157 0 0.38 0.13 0.29 320.87 0.32 0.57
Hex B5 70 9D 0 26 D 1D 141 20 39
Octal 265 160 235 0 46 15 35 501 40 71
Binary 10110101 1110000 10011101 0 100110 1101 11101 101000001 100000 111001

Color Harmonies of #B5709D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5709D

Black with #B5709D

Text Example


Text Example

White with #B5709D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5709D; }

 p { color: rgb(181,112,157); }

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

background-color css

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

 a { background-color: rgb(181,112,157); }

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

border-color css

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

 span { border-color: rgb(181,112,157); }

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