Html Css Color HEX #B76DA6 Bouquet

📋 copy color: '#B76DA6'

red 183 ◦ green 109 ◦ blue 166

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

Shades of Bouquet #B76DA6

Tints of Bouquet #B76DA6

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.8%

 BLUE value IS 166 (65.23% from 255) = 36.24%

R = 39.96%
G = 23.8%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.09

 K value IS 0.28

RGB Variations

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

Color information

#B76DA6 (or 0xB76DA6) is known color: Bouquet. HEX triplet: B7, 6D and A6. RGB value is (183,109,166). Sum of RGB (Red+Green+Blue) = 183+109+166=458 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.96% from 458); Green value is 109 (42.97% from 255 or 23.80% from 458); Blue value is 166 (65.23% from 255 or 36.24% from 458); Max value from RGB is 183 - color contains mainly: red. Hex color #B76DA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76DA6 is #489259. Grayscale: #898989. Windows color (decimal): -4756058 or 10907063. OLE color: 10907063.

HSL color Cylindrical-coordinate representation of color #B76DA6: hue angle of 313.78º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B76DA6 is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 109 166 -
CMYK 0 0.40 0.09 0.28
HSL 313.78º 0.34% 0.57% -
HSV(B) 313.78º 0.4% 0.72% -
XYZ 31.88 23.76 38.98 -
YUV 137.62 144.02 160.37 -
System Red Green Blue C M Y K H S L
Decimal 183 109 166 0 0.40 0.09 0.28 313.78 0.34 0.57
Hex B7 6D A6 0 28 9 1C 13A 22 39
Octal 267 155 246 0 50 11 34 472 42 71
Binary 10110111 1101101 10100110 0 101000 1001 11100 100111010 100010 111001

Color Harmonies of #B76DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76DA6

Black with #B76DA6

Text Example


Text Example

White with #B76DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76DA6; }

 p { color: rgb(183,109,166); }

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

background-color css

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

 a { background-color: rgb(183,109,166); }

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

border-color css

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

 span { border-color: rgb(183,109,166); }

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