Html Css Color HEX #B975AB Bouquet

📋 copy color: '#B975AB'

red 185 ◦ green 117 ◦ blue 171

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

Shades of Bouquet #B975AB

Tints of Bouquet #B975AB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.74%

 BLUE value IS 171 (67.19% from 255) = 36.15%

R = 39.11%
G = 24.74%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B975AB (or 0xB975AB) is known color: Bouquet. HEX triplet: B9, 75 and AB. RGB value is (185,117,171). Sum of RGB (Red+Green+Blue) = 185+117+171=473 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.11% from 473); Green value is 117 (46.09% from 255 or 24.74% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 185 - color contains mainly: red. Hex color #B975AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B975AB is #468A54. Grayscale: #8F8F8F. Windows color (decimal): -4622933 or 11236793. OLE color: 11236793.

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

Color convert

RGB 185 117 171 -
CMYK 0 0.37 0.08 0.27
HSL 312.35º 0.33% 0.59% -
HSV(B) 312.35º 0.37% 0.73% -
XYZ 33.72 25.98 41.76 -
YUV 143.49 143.53 157.61 -
System Red Green Blue C M Y K H S L
Decimal 185 117 171 0 0.37 0.08 0.27 312.35 0.33 0.59
Hex B9 75 AB 0 25 8 1B 138 21 3B
Octal 271 165 253 0 45 10 33 470 41 73
Binary 10111001 1110101 10101011 0 100101 1000 11011 100111000 100001 111011

Color Harmonies of #B975AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B975AB

Black with #B975AB

Text Example


Text Example

White with #B975AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B975AB; }

 p { color: rgb(185,117,171); }

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

background-color css

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

 a { background-color: rgb(185,117,171); }

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

border-color css

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

 span { border-color: rgb(185,117,171); }

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