Html Css Color HEX #B973AA Bouquet

📋 copy color: '#B973AA'

red 185 ◦ green 115 ◦ blue 170

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

Shades of Bouquet #B973AA

Tints of Bouquet #B973AA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.47%

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

R = 39.36%
G = 24.47%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B973AA (or 0xB973AA) is known color: Bouquet. HEX triplet: B9, 73 and AA. RGB value is (185,115,170). Sum of RGB (Red+Green+Blue) = 185+115+170=470 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.36% from 470); Green value is 115 (45.31% from 255 or 24.47% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 185 - color contains mainly: red. Hex color #B973AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B973AA is #468C55. Grayscale: #8E8E8E. Windows color (decimal): -4623446 or 11170745. OLE color: 11170745.

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

Color convert

RGB 185 115 170 -
CMYK 0 0.38 0.08 0.27
HSL 312.86º 0.33% 0.59% -
HSV(B) 312.86º 0.38% 0.73% -
XYZ 33.39 25.48 41.19 -
YUV 142.2 143.69 158.53 -
System Red Green Blue C M Y K H S L
Decimal 185 115 170 0 0.38 0.08 0.27 312.86 0.33 0.59
Hex B9 73 AA 0 26 8 1B 139 21 3B
Octal 271 163 252 0 46 10 33 471 41 73
Binary 10111001 1110011 10101010 0 100110 1000 11011 100111001 100001 111011

Color Harmonies of #B973AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B973AA

Black with #B973AA

Text Example


Text Example

White with #B973AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B973AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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