Html Css Color HEX #B5679A Bouquet

📋 copy color: '#B5679A'

red 181 ◦ green 103 ◦ blue 154

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

Shades of Bouquet #B5679A

Tints of Bouquet #B5679A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.52%

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

R = 41.32%
G = 23.52%
B = 35.16%

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

#B5679A (or 0xB5679A) is known color: Bouquet. HEX triplet: B5, 67 and 9A. RGB value is (181,103,154). Sum of RGB (Red+Green+Blue) = 181+103+154=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 103 (40.62% from 255 or 23.52% from 438); Blue value is 154 (60.55% from 255 or 35.16% from 438); Max value from RGB is 181 - color contains mainly: red. Hex color #B5679A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5679A is #4A9865. Grayscale: #848484. Windows color (decimal): -4888678 or 10119093. OLE color: 10119093.

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

Color convert

RGB 181 103 154 -
CMYK 0 0.43 0.15 0.29
HSL 320.77º 0.35% 0.56% -
HSV(B) 320.77º 0.43% 0.71% -
XYZ 29.74 21.86 33.22 -
YUV 132.14 140.34 162.85 -
System Red Green Blue C M Y K H S L
Decimal 181 103 154 0 0.43 0.15 0.29 320.77 0.35 0.56
Hex B5 67 9A 0 2B F 1D 141 23 38
Octal 265 147 232 0 53 17 35 501 43 70
Binary 10110101 1100111 10011010 0 101011 1111 11101 101000001 100011 111000

Color Harmonies of #B5679A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5679A

Black with #B5679A

Text Example


Text Example

White with #B5679A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5679A; }

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

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

background-color css

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

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

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

border-color css

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

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

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