Html Css Color HEX #B5709A Bouquet

📋 copy color: '#B5709A'

red 181 ◦ green 112 ◦ blue 154

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

Shades of Bouquet #B5709A

Tints of Bouquet #B5709A

RGB

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

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

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

R = 40.49%
G = 25.06%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B5709A (or 0xB5709A) is known color: Bouquet. HEX triplet: B5, 70 and 9A. RGB value is (181,112,154). Sum of RGB (Red+Green+Blue) = 181+112+154=447 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.49% from 447); Green value is 112 (44.14% from 255 or 25.06% from 447); Blue value is 154 (60.55% from 255 or 34.45% from 447); Max value from RGB is 181 - color contains mainly: red. Hex color #B5709A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5709A is #4A8F65. Grayscale: #898989. Windows color (decimal): -4886374 or 10121397. OLE color: 10121397.

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

Color convert

RGB 181 112 154 -
CMYK 0 0.38 0.15 0.29
HSL 323.48º 0.32% 0.57% -
HSV(B) 323.48º 0.38% 0.71% -
XYZ 30.68 23.75 33.54 -
YUV 137.42 137.36 159.08 -
System Red Green Blue C M Y K H S L
Decimal 181 112 154 0 0.38 0.15 0.29 323.48 0.32 0.57
Hex B5 70 9A 0 26 F 1D 143 20 39
Octal 265 160 232 0 46 17 35 503 40 71
Binary 10110101 1110000 10011010 0 100110 1111 11101 101000011 100000 111001

Color Harmonies of #B5709A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5709A

Black with #B5709A

Text Example


Text Example

White with #B5709A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5709A; }

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

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

background-color css

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

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

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

border-color css

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

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

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