Html Css Color HEX #B976AC Bouquet

📋 copy color: '#B976AC'

red 185 ◦ green 118 ◦ blue 172

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

Shades of Bouquet #B976AC

Tints of Bouquet #B976AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.21%

R = 38.95%
G = 24.84%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#B976AC (or 0xB976AC) is known color: Bouquet. HEX triplet: B9, 76 and AC. RGB value is (185,118,172). Sum of RGB (Red+Green+Blue) = 185+118+172=475 (62% of max value = 765). Red value is 185 (72.66% from 255 or 38.95% from 475); Green value is 118 (46.48% from 255 or 24.84% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 185 - color contains mainly: red. Hex color #B976AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B976AC is #468953. Grayscale: #909090. Windows color (decimal): -4622676 or 11302585. OLE color: 11302585.

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

Color convert

RGB 185 118 172 -
CMYK 0 0.36 0.07 0.27
HSL 311.64º 0.32% 0.59% -
HSV(B) 311.64º 0.36% 0.73% -
XYZ 33.93 26.25 42.31 -
YUV 144.19 143.7 157.11 -
System Red Green Blue C M Y K H S L
Decimal 185 118 172 0 0.36 0.07 0.27 311.64 0.32 0.59
Hex B9 76 AC 0 24 7 1B 138 20 3B
Octal 271 166 254 0 44 7 33 470 40 73
Binary 10111001 1110110 10101100 0 100100 111 11011 100111000 100000 111011

Color Harmonies of #B976AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B976AC

Black with #B976AC

Text Example


Text Example

White with #B976AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B976AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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