Html Css Color HEX #B970A3 Bouquet

📋 copy color: '#B970A3'

red 185 ◦ green 112 ◦ blue 163

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

Shades of Bouquet #B970A3

Tints of Bouquet #B970A3

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.35%

 BLUE value IS 163 (64.06% from 255) = 35.43%

R = 40.22%
G = 24.35%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#B970A3 (or 0xB970A3) is known color: Bouquet. HEX triplet: B9, 70 and A3. RGB value is (185,112,163). Sum of RGB (Red+Green+Blue) = 185+112+163=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 112 (44.14% from 255 or 24.35% from 460); Blue value is 163 (64.06% from 255 or 35.43% from 460); Max value from RGB is 185 - color contains mainly: red. Hex color #B970A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B970A3 is #468F5C. Grayscale: #8B8B8B. Windows color (decimal): -4624221 or 10711225. OLE color: 10711225.

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

Color convert

RGB 185 112 163 -
CMYK 0 0.39 0.12 0.27
HSL 318.08º 0.34% 0.58% -
HSV(B) 318.08º 0.39% 0.73% -
XYZ 32.41 24.55 37.68 -
YUV 139.64 141.18 160.35 -
System Red Green Blue C M Y K H S L
Decimal 185 112 163 0 0.39 0.12 0.27 318.08 0.34 0.58
Hex B9 70 A3 0 27 C 1B 13E 22 3A
Octal 271 160 243 0 47 14 33 476 42 72
Binary 10111001 1110000 10100011 0 100111 1100 11011 100111110 100010 111010

Color Harmonies of #B970A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B970A3

Black with #B970A3

Text Example


Text Example

White with #B970A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B970A3; }

 p { color: rgb(185,112,163); }

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

background-color css

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

 a { background-color: rgb(185,112,163); }

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

border-color css

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

 span { border-color: rgb(185,112,163); }

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