Html Css Color HEX #B971A5 Bouquet

📋 copy color: '#B971A5'

red 185 ◦ green 113 ◦ blue 165

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

Shades of Bouquet #B971A5

Tints of Bouquet #B971A5

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.41%

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

R = 39.96%
G = 24.41%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#B971A5 (or 0xB971A5) is known color: Bouquet. HEX triplet: B9, 71 and A5. RGB value is (185,113,165). Sum of RGB (Red+Green+Blue) = 185+113+165=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 113 (44.53% from 255 or 24.41% from 463); Blue value is 165 (64.84% from 255 or 35.64% from 463); Max value from RGB is 185 - color contains mainly: red. Hex color #B971A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B971A5 is #468E5A. Grayscale: #8C8C8C. Windows color (decimal): -4623963 or 10842553. OLE color: 10842553.

HSL color Cylindrical-coordinate representation of color #B971A5: hue angle of 316.67º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B971A5 is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 113 165 -
CMYK 0 0.39 0.11 0.27
HSL 316.67º 0.34% 0.58% -
HSV(B) 316.67º 0.39% 0.73% -
XYZ 32.7 24.84 38.67 -
YUV 140.46 141.85 159.77 -
System Red Green Blue C M Y K H S L
Decimal 185 113 165 0 0.39 0.11 0.27 316.67 0.34 0.58
Hex B9 71 A5 0 27 B 1B 13D 22 3A
Octal 271 161 245 0 47 13 33 475 42 72
Binary 10111001 1110001 10100101 0 100111 1011 11011 100111101 100010 111010

Color Harmonies of #B971A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B971A5

Black with #B971A5

Text Example


Text Example

White with #B971A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B971A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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