Html Css Color HEX #B980A0 Bouquet

📋 copy color: '#B980A0'

red 185 ◦ green 128 ◦ blue 160

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

Shades of Bouquet #B980A0

Tints of Bouquet #B980A0

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.06%

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

R = 39.11%
G = 27.06%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#B980A0 (or 0xB980A0) is known color: Bouquet. HEX triplet: B9, 80 and A0. RGB value is (185,128,160). Sum of RGB (Red+Green+Blue) = 185+128+160=473 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.11% from 473); Green value is 128 (50.39% from 255 or 27.06% from 473); Blue value is 160 (62.89% from 255 or 33.83% from 473); Max value from RGB is 185 - color contains mainly: red. Hex color #B980A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B980A0 is #467F5F. Grayscale: #949494. Windows color (decimal): -4620128 or 10518713. OLE color: 10518713.

HSL color Cylindrical-coordinate representation of color #B980A0: hue angle of 326.32º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B980A0 is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 128 160 -
CMYK 0 0.31 0.14 0.27
HSL 326.32º 0.29% 0.61% -
HSV(B) 326.32º 0.31% 0.73% -
XYZ 34.07 28.29 36.92 -
YUV 148.69 134.38 153.9 -
System Red Green Blue C M Y K H S L
Decimal 185 128 160 0 0.31 0.14 0.27 326.32 0.29 0.61
Hex B9 80 A0 0 1F E 1B 146 1D 3D
Octal 271 200 240 0 37 16 33 506 35 75
Binary 10111001 10000000 10100000 0 11111 1110 11011 101000110 11101 111101

Color Harmonies of #B980A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B980A0

Black with #B980A0

Text Example


Text Example

White with #B980A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B980A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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