Html Css Color HEX #B776A3 Bouquet

📋 copy color: '#B776A3'

red 183 ◦ green 118 ◦ blue 163

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

Shades of Bouquet #B776A3

Tints of Bouquet #B776A3

RGB

 RED value IS 183 (71.88% from 255) = 39.44%

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

 BLUE value IS 163 (64.06% from 255) = 35.13%

R = 39.44%
G = 25.43%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.11

 K value IS 0.28

RGB Variations

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

Color information

#B776A3 (or 0xB776A3) is known color: Bouquet. HEX triplet: B7, 76 and A3. RGB value is (183,118,163). Sum of RGB (Red+Green+Blue) = 183+118+163=464 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.44% from 464); Green value is 118 (46.48% from 255 or 25.43% from 464); Blue value is 163 (64.06% from 255 or 35.13% from 464); Max value from RGB is 183 - color contains mainly: red. Hex color #B776A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B776A3 is #48895C. Grayscale: #8E8E8E. Windows color (decimal): -4753757 or 10712759. OLE color: 10712759.

HSL color Cylindrical-coordinate representation of color #B776A3: hue angle of 318.46º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B776A3 is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 118 163 -
CMYK 0 0.36 0.11 0.28
HSL 318.46º 0.31% 0.59% -
HSV(B) 318.46º 0.36% 0.72% -
XYZ 32.62 25.67 37.89 -
YUV 142.57 139.53 156.84 -
System Red Green Blue C M Y K H S L
Decimal 183 118 163 0 0.36 0.11 0.28 318.46 0.31 0.59
Hex B7 76 A3 0 24 B 1C 13E 1F 3B
Octal 267 166 243 0 44 13 34 476 37 73
Binary 10110111 1110110 10100011 0 100100 1011 11100 100111110 11111 111011

Color Harmonies of #B776A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B776A3

Black with #B776A3

Text Example


Text Example

White with #B776A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B776A3; }

 p { color: rgb(183,118,163); }

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

background-color css

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

 a { background-color: rgb(183,118,163); }

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

border-color css

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

 span { border-color: rgb(183,118,163); }

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