Html Css Color HEX #B982A4 Bouquet

📋 copy color: '#B982A4'

red 185 ◦ green 130 ◦ blue 164

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

Shades of Bouquet #B982A4

Tints of Bouquet #B982A4

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.14%

 BLUE value IS 164 (64.45% from 255) = 34.24%

R = 38.62%
G = 27.14%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#B982A4 (or 0xB982A4) is known color: Bouquet. HEX triplet: B9, 82 and A4. RGB value is (185,130,164). Sum of RGB (Red+Green+Blue) = 185+130+164=479 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.62% from 479); Green value is 130 (51.17% from 255 or 27.14% from 479); Blue value is 164 (64.45% from 255 or 34.24% from 479); Max value from RGB is 185 - color contains mainly: red. Hex color #B982A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B982A4 is #467D5B. Grayscale: #969696. Windows color (decimal): -4619612 or 10781369. OLE color: 10781369.

HSL color Cylindrical-coordinate representation of color #B982A4: hue angle of 322.91º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B982A4 is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 130 164 -
CMYK 0 0.30 0.11 0.27
HSL 322.91º 0.28% 0.62% -
HSV(B) 322.91º 0.3% 0.73% -
XYZ 34.69 28.96 38.88 -
YUV 150.32 135.72 152.74 -
System Red Green Blue C M Y K H S L
Decimal 185 130 164 0 0.30 0.11 0.27 322.91 0.28 0.62
Hex B9 82 A4 0 1E B 1B 143 1C 3E
Octal 271 202 244 0 36 13 33 503 34 76
Binary 10111001 10000010 10100100 0 11110 1011 11011 101000011 11100 111110

Color Harmonies of #B982A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B982A4

Black with #B982A4

Text Example


Text Example

White with #B982A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B982A4; }

 p { color: rgb(185,130,164); }

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

background-color css

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

 a { background-color: rgb(185,130,164); }

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

border-color css

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

 span { border-color: rgb(185,130,164); }

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