Html Css Color HEX #B973AD Bouquet

📋 copy color: '#B973AD'

red 185 ◦ green 115 ◦ blue 173

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

Shades of Bouquet #B973AD

Tints of Bouquet #B973AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 36.58%

R = 39.11%
G = 24.31%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#B973AD (or 0xB973AD) is known color: Bouquet. HEX triplet: B9, 73 and AD. RGB value is (185,115,173). Sum of RGB (Red+Green+Blue) = 185+115+173=473 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.11% from 473); Green value is 115 (45.31% from 255 or 24.31% from 473); Blue value is 173 (67.97% from 255 or 36.58% from 473); Max value from RGB is 185 - color contains mainly: red. Hex color #B973AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B973AD is #468C52. Grayscale: #8E8E8E. Windows color (decimal): -4623443 or 11367353. OLE color: 11367353.

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

Color convert

RGB 185 115 173 -
CMYK 0 0.38 0.06 0.27
HSL 310.29º 0.33% 0.59% -
HSV(B) 310.29º 0.38% 0.73% -
XYZ 33.68 25.59 42.7 -
YUV 142.54 145.19 158.28 -
System Red Green Blue C M Y K H S L
Decimal 185 115 173 0 0.38 0.06 0.27 310.29 0.33 0.59
Hex B9 73 AD 0 26 6 1B 136 21 3B
Octal 271 163 255 0 46 6 33 466 41 73
Binary 10111001 1110011 10101101 0 100110 110 11011 100110110 100001 111011

Color Harmonies of #B973AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B973AD

Black with #B973AD

Text Example


Text Example

White with #B973AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B973AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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