Html Css Color HEX #B5689A Bouquet

📋 copy color: '#B5689A'

red 181 ◦ green 104 ◦ blue 154

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

Shades of Bouquet #B5689A

Tints of Bouquet #B5689A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.69%

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

R = 41.23%
G = 23.69%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B5689A (or 0xB5689A) is known color: Bouquet. HEX triplet: B5, 68 and 9A. RGB value is (181,104,154). Sum of RGB (Red+Green+Blue) = 181+104+154=439 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.23% from 439); Green value is 104 (41.02% from 255 or 23.69% from 439); Blue value is 154 (60.55% from 255 or 35.08% from 439); Max value from RGB is 181 - color contains mainly: red. Hex color #B5689A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5689A is #4A9765. Grayscale: #848484. Windows color (decimal): -4888422 or 10119349. OLE color: 10119349.

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

Color convert

RGB 181 104 154 -
CMYK 0 0.43 0.15 0.29
HSL 321.04º 0.34% 0.56% -
HSV(B) 321.04º 0.43% 0.71% -
XYZ 29.84 22.06 33.26 -
YUV 132.72 140.01 162.43 -
System Red Green Blue C M Y K H S L
Decimal 181 104 154 0 0.43 0.15 0.29 321.04 0.34 0.56
Hex B5 68 9A 0 2B F 1D 141 22 38
Octal 265 150 232 0 53 17 35 501 42 70
Binary 10110101 1101000 10011010 0 101011 1111 11101 101000001 100010 111000

Color Harmonies of #B5689A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5689A

Black with #B5689A

Text Example


Text Example

White with #B5689A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5689A; }

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

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

background-color css

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

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

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

border-color css

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

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

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