Html Css Color HEX #B976AA Bouquet

📋 copy color: '#B976AA'

red 185 ◦ green 118 ◦ blue 170

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

Shades of Bouquet #B976AA

Tints of Bouquet #B976AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 35.94%

R = 39.11%
G = 24.95%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B976AA (or 0xB976AA) is known color: Bouquet. HEX triplet: B9, 76 and AA. RGB value is (185,118,170). Sum of RGB (Red+Green+Blue) = 185+118+170=473 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.11% from 473); Green value is 118 (46.48% from 255 or 24.95% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 185 - color contains mainly: red. Hex color #B976AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B976AA is #468955. Grayscale: #8F8F8F. Windows color (decimal): -4622678 or 11171513. OLE color: 11171513.

HSL color Cylindrical-coordinate representation of color #B976AA: hue angle of 313.43º 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 #B976AA is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 118 170 -
CMYK 0 0.36 0.08 0.27
HSL 313.43º 0.32% 0.59% -
HSV(B) 313.43º 0.36% 0.73% -
XYZ 33.74 26.17 41.3 -
YUV 143.96 142.7 157.27 -
System Red Green Blue C M Y K H S L
Decimal 185 118 170 0 0.36 0.08 0.27 313.43 0.32 0.59
Hex B9 76 AA 0 24 8 1B 139 20 3B
Octal 271 166 252 0 44 10 33 471 40 73
Binary 10111001 1110110 10101010 0 100100 1000 11011 100111001 100000 111011

Color Harmonies of #B976AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B976AA

Black with #B976AA

Text Example


Text Example

White with #B976AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B976AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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