Html Css Color HEX #B972A5 Bouquet

📋 copy color: '#B972A5'

red 185 ◦ green 114 ◦ blue 165

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

Shades of Bouquet #B972A5

Tints of Bouquet #B972A5

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.57%

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

R = 39.87%
G = 24.57%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#B972A5 (or 0xB972A5) is known color: Bouquet. HEX triplet: B9, 72 and A5. RGB value is (185,114,165). Sum of RGB (Red+Green+Blue) = 185+114+165=464 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.87% from 464); Green value is 114 (44.92% from 255 or 24.57% from 464); Blue value is 165 (64.84% from 255 or 35.56% from 464); Max value from RGB is 185 - color contains mainly: red. Hex color #B972A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B972A5 is #468D5A. Grayscale: #8C8C8C. Windows color (decimal): -4623707 or 10842809. OLE color: 10842809.

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

Color convert

RGB 185 114 165 -
CMYK 0 0.38 0.11 0.27
HSL 316.9º 0.34% 0.59% -
HSV(B) 316.9º 0.38% 0.73% -
XYZ 32.82 25.07 38.71 -
YUV 141.04 141.52 159.35 -
System Red Green Blue C M Y K H S L
Decimal 185 114 165 0 0.38 0.11 0.27 316.9 0.34 0.59
Hex B9 72 A5 0 26 B 1B 13D 22 3B
Octal 271 162 245 0 46 13 33 475 42 73
Binary 10111001 1110010 10100101 0 100110 1011 11011 100111101 100010 111011

Color Harmonies of #B972A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B972A5

Black with #B972A5

Text Example


Text Example

White with #B972A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B972A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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