Html Css Color HEX #B971A4 Bouquet

📋 copy color: '#B971A4'

red 185 ◦ green 113 ◦ blue 164

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

Shades of Bouquet #B971A4

Tints of Bouquet #B971A4

RGB

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

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

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

R = 40.04%
G = 24.46%
B = 35.5%

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

#B971A4 (or 0xB971A4) is known color: Bouquet. HEX triplet: B9, 71 and A4. RGB value is (185,113,164). Sum of RGB (Red+Green+Blue) = 185+113+164=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 113 (44.53% from 255 or 24.46% from 462); Blue value is 164 (64.45% from 255 or 35.50% from 462); Max value from RGB is 185 - color contains mainly: red. Hex color #B971A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B971A4 is #468E5B. Grayscale: #8C8C8C. Windows color (decimal): -4623964 or 10777017. OLE color: 10777017.

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

Color convert

RGB 185 113 164 -
CMYK 0 0.39 0.11 0.27
HSL 317.5º 0.34% 0.58% -
HSV(B) 317.5º 0.39% 0.73% -
XYZ 32.61 24.8 38.19 -
YUV 140.34 141.35 159.85 -
System Red Green Blue C M Y K H S L
Decimal 185 113 164 0 0.39 0.11 0.27 317.5 0.34 0.58
Hex B9 71 A4 0 27 B 1B 13E 22 3A
Octal 271 161 244 0 47 13 33 476 42 72
Binary 10111001 1110001 10100100 0 100111 1011 11011 100111110 100010 111010

Color Harmonies of #B971A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B971A4

Black with #B971A4

Text Example


Text Example

White with #B971A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B971A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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