Html Css Color HEX #B5769A Bouquet

📋 copy color: '#B5769A'

red 181 ◦ green 118 ◦ blue 154

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

Shades of Bouquet #B5769A

Tints of Bouquet #B5769A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.05%

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

R = 39.96%
G = 26.05%
B = 34%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B5769A (or 0xB5769A) is known color: Bouquet. HEX triplet: B5, 76 and 9A. RGB value is (181,118,154). Sum of RGB (Red+Green+Blue) = 181+118+154=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 118 (46.48% from 255 or 26.05% from 453); Blue value is 154 (60.55% from 255 or 34.00% from 453); Max value from RGB is 181 - color contains mainly: red. Hex color #B5769A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5769A is #4A8965. Grayscale: #8C8C8C. Windows color (decimal): -4884838 or 10122933. OLE color: 10122933.

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

Color convert

RGB 181 118 154 -
CMYK 0 0.35 0.15 0.29
HSL 325.71º 0.3% 0.59% -
HSV(B) 325.71º 0.35% 0.71% -
XYZ 31.37 25.11 33.77 -
YUV 140.94 135.37 156.57 -
System Red Green Blue C M Y K H S L
Decimal 181 118 154 0 0.35 0.15 0.29 325.71 0.3 0.59
Hex B5 76 9A 0 23 F 1D 146 1E 3B
Octal 265 166 232 0 43 17 35 506 36 73
Binary 10110101 1110110 10011010 0 100011 1111 11101 101000110 11110 111011

Color Harmonies of #B5769A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5769A

Black with #B5769A

Text Example


Text Example

White with #B5769A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5769A; }

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

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

background-color css

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

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

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

border-color css

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

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

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