Html Css Color HEX #B971A6 Bouquet

📋 copy color: '#B971A6'

red 185 ◦ green 113 ◦ blue 166

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

Shades of Bouquet #B971A6

Tints of Bouquet #B971A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 35.78%

R = 39.87%
G = 24.35%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#B971A6 (or 0xB971A6) is known color: Bouquet. HEX triplet: B9, 71 and A6. RGB value is (185,113,166). Sum of RGB (Red+Green+Blue) = 185+113+166=464 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.87% from 464); Green value is 113 (44.53% from 255 or 24.35% from 464); Blue value is 166 (65.23% from 255 or 35.78% from 464); Max value from RGB is 185 - color contains mainly: red. Hex color #B971A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B971A6 is #468E59. Grayscale: #8C8C8C. Windows color (decimal): -4623962 or 10908089. OLE color: 10908089.

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

Color convert

RGB 185 113 166 -
CMYK 0 0.39 0.10 0.27
HSL 315.83º 0.34% 0.58% -
HSV(B) 315.83º 0.39% 0.73% -
XYZ 32.8 24.88 39.15 -
YUV 140.57 142.35 159.69 -
System Red Green Blue C M Y K H S L
Decimal 185 113 166 0 0.39 0.10 0.27 315.83 0.34 0.58
Hex B9 71 A6 0 27 A 1B 13C 22 3A
Octal 271 161 246 0 47 12 33 474 42 72
Binary 10111001 1110001 10100110 0 100111 1010 11011 100111100 100010 111010

Color Harmonies of #B971A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B971A6

Black with #B971A6

Text Example


Text Example

White with #B971A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B971A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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