Html Css Color HEX #B975A3 Bouquet

📋 copy color: '#B975A3'

red 185 ◦ green 117 ◦ blue 163

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

Shades of Bouquet #B975A3

Tints of Bouquet #B975A3

RGB

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

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

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

R = 39.78%
G = 25.16%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#B975A3 (or 0xB975A3) is known color: Bouquet. HEX triplet: B9, 75 and A3. RGB value is (185,117,163). Sum of RGB (Red+Green+Blue) = 185+117+163=465 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.78% from 465); Green value is 117 (46.09% from 255 or 25.16% from 465); Blue value is 163 (64.06% from 255 or 35.05% from 465); Max value from RGB is 185 - color contains mainly: red. Hex color #B975A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B975A3 is #468A5C. Grayscale: #8E8E8E. Windows color (decimal): -4622941 or 10712505. OLE color: 10712505.

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

Color convert

RGB 185 117 163 -
CMYK 0 0.37 0.12 0.27
HSL 319.41º 0.33% 0.59% -
HSV(B) 319.41º 0.37% 0.73% -
XYZ 32.98 25.68 37.87 -
YUV 142.58 139.53 158.26 -
System Red Green Blue C M Y K H S L
Decimal 185 117 163 0 0.37 0.12 0.27 319.41 0.33 0.59
Hex B9 75 A3 0 25 C 1B 13F 21 3B
Octal 271 165 243 0 45 14 33 477 41 73
Binary 10111001 1110101 10100011 0 100101 1100 11011 100111111 100001 111011

Color Harmonies of #B975A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B975A3

Black with #B975A3

Text Example


Text Example

White with #B975A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B975A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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