Html Css Color HEX #B76DA4 Bouquet

📋 copy color: '#B76DA4'

red 183 ◦ green 109 ◦ blue 164

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

Shades of Bouquet #B76DA4

Tints of Bouquet #B76DA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 35.96%

R = 40.13%
G = 23.9%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.10

 K value IS 0.28

RGB Variations

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

Color information

#B76DA4 (or 0xB76DA4) is known color: Bouquet. HEX triplet: B7, 6D and A4. RGB value is (183,109,164). Sum of RGB (Red+Green+Blue) = 183+109+164=456 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.13% from 456); Green value is 109 (42.97% from 255 or 23.90% from 456); Blue value is 164 (64.45% from 255 or 35.96% from 456); Max value from RGB is 183 - color contains mainly: red. Hex color #B76DA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76DA4 is #48925B. Grayscale: #898989. Windows color (decimal): -4756060 or 10775991. OLE color: 10775991.

HSL color Cylindrical-coordinate representation of color #B76DA4: hue angle of 315.41º 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 #B76DA4 is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 109 164 -
CMYK 0 0.40 0.10 0.28
HSL 315.41º 0.34% 0.57% -
HSV(B) 315.41º 0.4% 0.72% -
XYZ 31.7 23.68 38.02 -
YUV 137.4 143.02 160.53 -
System Red Green Blue C M Y K H S L
Decimal 183 109 164 0 0.40 0.10 0.28 315.41 0.34 0.57
Hex B7 6D A4 0 28 A 1C 13B 22 39
Octal 267 155 244 0 50 12 34 473 42 71
Binary 10110111 1101101 10100100 0 101000 1010 11100 100111011 100010 111001

Color Harmonies of #B76DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76DA4

Black with #B76DA4

Text Example


Text Example

White with #B76DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76DA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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