Html Css Color HEX #B5809A Bouquet

📋 copy color: '#B5809A'

red 181 ◦ green 128 ◦ blue 154

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

Shades of Bouquet #B5809A

Tints of Bouquet #B5809A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.65%

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

R = 39.09%
G = 27.65%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B5809A (or 0xB5809A) is known color: Bouquet. HEX triplet: B5, 80 and 9A. RGB value is (181,128,154). Sum of RGB (Red+Green+Blue) = 181+128+154=463 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.09% from 463); Green value is 128 (50.39% from 255 or 27.65% from 463); Blue value is 154 (60.55% from 255 or 33.26% from 463); Max value from RGB is 181 - color contains mainly: red. Hex color #B5809A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5809A is #4A7F65. Grayscale: #929292. Windows color (decimal): -4882278 or 10125493. OLE color: 10125493.

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

Color convert

RGB 181 128 154 -
CMYK 0 0.29 0.15 0.29
HSL 330.57º 0.26% 0.61% -
HSV(B) 330.57º 0.29% 0.71% -
XYZ 32.61 27.6 34.18 -
YUV 146.81 132.06 152.39 -
System Red Green Blue C M Y K H S L
Decimal 181 128 154 0 0.29 0.15 0.29 330.57 0.26 0.61
Hex B5 80 9A 0 1D F 1D 14B 1A 3D
Octal 265 200 232 0 35 17 35 513 32 75
Binary 10110101 10000000 10011010 0 11101 1111 11101 101001011 11010 111101

Color Harmonies of #B5809A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5809A

Black with #B5809A

Text Example


Text Example

White with #B5809A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5809A; }

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

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

background-color css

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

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

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

border-color css

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

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

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