Html Css Color HEX #B973A0 Bouquet

📋 copy color: '#B973A0'

red 185 ◦ green 115 ◦ blue 160

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

Shades of Bouquet #B973A0

Tints of Bouquet #B973A0

RGB

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

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

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

R = 40.22%
G = 25%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#B973A0 (or 0xB973A0) is known color: Bouquet. HEX triplet: B9, 73 and A0. RGB value is (185,115,160). Sum of RGB (Red+Green+Blue) = 185+115+160=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 115 (45.31% from 255 or 25% from 460); Blue value is 160 (62.89% from 255 or 34.78% from 460); Max value from RGB is 185 - color contains mainly: red. Hex color #B973A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B973A0 is #468C5F. Grayscale: #8C8C8C. Windows color (decimal): -4623456 or 10515385. OLE color: 10515385.

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

Color convert

RGB 185 115 160 -
CMYK 0 0.38 0.14 0.27
HSL 321.43º 0.33% 0.59% -
HSV(B) 321.43º 0.38% 0.73% -
XYZ 32.48 25.11 36.39 -
YUV 141.06 138.69 159.34 -
System Red Green Blue C M Y K H S L
Decimal 185 115 160 0 0.38 0.14 0.27 321.43 0.33 0.59
Hex B9 73 A0 0 26 E 1B 141 21 3B
Octal 271 163 240 0 46 16 33 501 41 73
Binary 10111001 1110011 10100000 0 100110 1110 11011 101000001 100001 111011

Color Harmonies of #B973A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B973A0

Black with #B973A0

Text Example


Text Example

White with #B973A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B973A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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