Html Css Color HEX #B5709B Bouquet

📋 copy color: '#B5709B'

red 181 ◦ green 112 ◦ blue 155

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

Shades of Bouquet #B5709B

Tints of Bouquet #B5709B

RGB

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

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

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

R = 40.4%
G = 25%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B5709B (or 0xB5709B) is known color: Bouquet. HEX triplet: B5, 70 and 9B. RGB value is (181,112,155). Sum of RGB (Red+Green+Blue) = 181+112+155=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 112 (44.14% from 255 or 25% from 448); Blue value is 155 (60.94% from 255 or 34.60% from 448); Max value from RGB is 181 - color contains mainly: red. Hex color #B5709B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5709B is #4A8F64. Grayscale: #898989. Windows color (decimal): -4886373 or 10186933. OLE color: 10186933.

HSL color Cylindrical-coordinate representation of color #B5709B: hue angle of 322.61º 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 #B5709B is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 112 155 -
CMYK 0 0.38 0.14 0.29
HSL 322.61º 0.32% 0.57% -
HSV(B) 322.61º 0.38% 0.71% -
XYZ 30.77 23.78 33.98 -
YUV 137.53 137.86 159 -
System Red Green Blue C M Y K H S L
Decimal 181 112 155 0 0.38 0.14 0.29 322.61 0.32 0.57
Hex B5 70 9B 0 26 E 1D 143 20 39
Octal 265 160 233 0 46 16 35 503 40 71
Binary 10110101 1110000 10011011 0 100110 1110 11101 101000011 100000 111001

Color Harmonies of #B5709B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5709B

Black with #B5709B

Text Example


Text Example

White with #B5709B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5709B; }

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

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

background-color css

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

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

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

border-color css

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

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

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