Html Css Color HEX #B982A5 Bouquet

📋 copy color: '#B982A5'

red 185 ◦ green 130 ◦ blue 165

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

Shades of Bouquet #B982A5

Tints of Bouquet #B982A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 34.38%

R = 38.54%
G = 27.08%
B = 34.38%

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

#B982A5 (or 0xB982A5) is known color: Bouquet. HEX triplet: B9, 82 and A5. RGB value is (185,130,165). Sum of RGB (Red+Green+Blue) = 185+130+165=480 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.54% from 480); Green value is 130 (51.17% from 255 or 27.08% from 480); Blue value is 165 (64.84% from 255 or 34.38% from 480); Max value from RGB is 185 - color contains mainly: red. Hex color #B982A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B982A5 is #467D5A. Grayscale: #969696. Windows color (decimal): -4619611 or 10846905. OLE color: 10846905.

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

Color convert

RGB 185 130 165 -
CMYK 0 0.30 0.11 0.27
HSL 321.82º 0.28% 0.62% -
HSV(B) 321.82º 0.3% 0.73% -
XYZ 34.78 29 39.36 -
YUV 150.44 136.22 152.65 -
System Red Green Blue C M Y K H S L
Decimal 185 130 165 0 0.30 0.11 0.27 321.82 0.28 0.62
Hex B9 82 A5 0 1E B 1B 142 1C 3E
Octal 271 202 245 0 36 13 33 502 34 76
Binary 10111001 10000010 10100101 0 11110 1011 11011 101000010 11100 111110

Color Harmonies of #B982A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B982A5

Black with #B982A5

Text Example


Text Example

White with #B982A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B982A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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