Html Css Color HEX #B5659A Bouquet

📋 copy color: '#B5659A'

red 181 ◦ green 101 ◦ blue 154

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

Shades of Bouquet #B5659A

Tints of Bouquet #B5659A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.17%

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

R = 41.51%
G = 23.17%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B5659A (or 0xB5659A) is known color: Bouquet. HEX triplet: B5, 65 and 9A. RGB value is (181,101,154). Sum of RGB (Red+Green+Blue) = 181+101+154=436 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.51% from 436); Green value is 101 (39.84% from 255 or 23.17% from 436); Blue value is 154 (60.55% from 255 or 35.32% from 436); Max value from RGB is 181 - color contains mainly: red. Hex color #B5659A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5659A is #4A9A65. Grayscale: #828282. Windows color (decimal): -4889190 or 10118581. OLE color: 10118581.

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

Color convert

RGB 181 101 154 -
CMYK 0 0.44 0.15 0.29
HSL 320.25º 0.35% 0.55% -
HSV(B) 320.25º 0.44% 0.71% -
XYZ 29.54 21.46 33.16 -
YUV 130.96 141 163.69 -
System Red Green Blue C M Y K H S L
Decimal 181 101 154 0 0.44 0.15 0.29 320.25 0.35 0.55
Hex B5 65 9A 0 2C F 1D 140 23 37
Octal 265 145 232 0 54 17 35 500 43 67
Binary 10110101 1100101 10011010 0 101100 1111 11101 101000000 100011 110111

Color Harmonies of #B5659A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5659A

Black with #B5659A

Text Example


Text Example

White with #B5659A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5659A; }

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

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

background-color css

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

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

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

border-color css

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

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

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