Html Css Color HEX #B975A0 Bouquet

📋 copy color: '#B975A0'

red 185 ◦ green 117 ◦ blue 160

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

Shades of Bouquet #B975A0

Tints of Bouquet #B975A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 34.63%

R = 40.04%
G = 25.32%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#B975A0 (or 0xB975A0) is known color: Bouquet. HEX triplet: B9, 75 and A0. RGB value is (185,117,160). Sum of RGB (Red+Green+Blue) = 185+117+160=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 117 (46.09% from 255 or 25.32% from 462); Blue value is 160 (62.89% from 255 or 34.63% from 462); Max value from RGB is 185 - color contains mainly: red. Hex color #B975A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B975A0 is #468A5F. Grayscale: #8E8E8E. Windows color (decimal): -4622944 or 10515897. OLE color: 10515897.

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

Color convert

RGB 185 117 160 -
CMYK 0 0.37 0.14 0.27
HSL 322.06º 0.33% 0.59% -
HSV(B) 322.06º 0.37% 0.73% -
XYZ 32.71 25.57 36.47 -
YUV 142.23 138.03 158.5 -
System Red Green Blue C M Y K H S L
Decimal 185 117 160 0 0.37 0.14 0.27 322.06 0.33 0.59
Hex B9 75 A0 0 25 E 1B 142 21 3B
Octal 271 165 240 0 45 16 33 502 41 73
Binary 10111001 1110101 10100000 0 100101 1110 11011 101000010 100001 111011

Color Harmonies of #B975A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B975A0

Black with #B975A0

Text Example


Text Example

White with #B975A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B975A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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