Html Css Color HEX #B976A0 Bouquet

📋 copy color: '#B976A0'

red 185 ◦ green 118 ◦ blue 160

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

Shades of Bouquet #B976A0

Tints of Bouquet #B976A0

RGB

 RED value IS 185 (72.66% from 255) = 39.96%

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

 BLUE value IS 160 (62.89% from 255) = 34.56%

R = 39.96%
G = 25.49%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#B976A0 (or 0xB976A0) is known color: Bouquet. HEX triplet: B9, 76 and A0. RGB value is (185,118,160). Sum of RGB (Red+Green+Blue) = 185+118+160=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 118 (46.48% from 255 or 25.49% from 463); Blue value is 160 (62.89% from 255 or 34.56% from 463); Max value from RGB is 185 - color contains mainly: red. Hex color #B976A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B976A0 is #46895F. Grayscale: #8E8E8E. Windows color (decimal): -4622688 or 10516153. OLE color: 10516153.

HSL color Cylindrical-coordinate representation of color #B976A0: hue angle of 322.39º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B976A0 is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 118 160 -
CMYK 0 0.36 0.14 0.27
HSL 322.39º 0.32% 0.59% -
HSV(B) 322.39º 0.36% 0.73% -
XYZ 32.83 25.81 36.51 -
YUV 142.82 137.7 158.08 -
System Red Green Blue C M Y K H S L
Decimal 185 118 160 0 0.36 0.14 0.27 322.39 0.32 0.59
Hex B9 76 A0 0 24 E 1B 142 20 3B
Octal 271 166 240 0 44 16 33 502 40 73
Binary 10111001 1110110 10100000 0 100100 1110 11011 101000010 100000 111011

Color Harmonies of #B976A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B976A0

Black with #B976A0

Text Example


Text Example

White with #B976A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B976A0; }

 p { color: rgb(185,118,160); }

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

background-color css

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

 a { background-color: rgb(185,118,160); }

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

border-color css

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

 span { border-color: rgb(185,118,160); }

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