Html Css Color HEX #B76E9C Bouquet

📋 copy color: '#B76E9C'

red 183 ◦ green 110 ◦ blue 156

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

Shades of Bouquet #B76E9C

Tints of Bouquet #B76E9C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.5%

 BLUE value IS 156 (61.33% from 255) = 34.74%

R = 40.76%
G = 24.5%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.15

 K value IS 0.28

RGB Variations

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

Color information

#B76E9C (or 0xB76E9C) is known color: Bouquet. HEX triplet: B7, 6E and 9C. RGB value is (183,110,156). Sum of RGB (Red+Green+Blue) = 183+110+156=449 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.76% from 449); Green value is 110 (43.36% from 255 or 24.50% from 449); Blue value is 156 (61.33% from 255 or 34.74% from 449); Max value from RGB is 183 - color contains mainly: red. Hex color #B76E9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76E9C is #489163. Grayscale: #888888. Windows color (decimal): -4755812 or 10251959. OLE color: 10251959.

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

Color convert

RGB 183 110 156 -
CMYK 0 0.40 0.15 0.28
HSL 322.19º 0.34% 0.57% -
HSV(B) 322.19º 0.4% 0.72% -
XYZ 31.11 23.62 34.37 -
YUV 137.07 138.68 160.76 -
System Red Green Blue C M Y K H S L
Decimal 183 110 156 0 0.40 0.15 0.28 322.19 0.34 0.57
Hex B7 6E 9C 0 28 F 1C 142 22 39
Octal 267 156 234 0 50 17 34 502 42 71
Binary 10110111 1101110 10011100 0 101000 1111 11100 101000010 100010 111001

Color Harmonies of #B76E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76E9C

Black with #B76E9C

Text Example


Text Example

White with #B76E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76E9C; }

 p { color: rgb(183,110,156); }

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

background-color css

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

 a { background-color: rgb(183,110,156); }

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

border-color css

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

 span { border-color: rgb(183,110,156); }

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