Html Css Color HEX #B975A6 Bouquet

📋 copy color: '#B975A6'

red 185 ◦ green 117 ◦ blue 166

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

Shades of Bouquet #B975A6

Tints of Bouquet #B975A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 35.47%

R = 39.53%
G = 25%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#B975A6 (or 0xB975A6) is known color: Bouquet. HEX triplet: B9, 75 and A6. RGB value is (185,117,166). Sum of RGB (Red+Green+Blue) = 185+117+166=468 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.53% from 468); Green value is 117 (46.09% from 255 or 25% from 468); Blue value is 166 (65.23% from 255 or 35.47% from 468); Max value from RGB is 185 - color contains mainly: red. Hex color #B975A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B975A6 is #468A59. Grayscale: #8E8E8E. Windows color (decimal): -4622938 or 10909113. OLE color: 10909113.

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

Color convert

RGB 185 117 166 -
CMYK 0 0.37 0.10 0.27
HSL 316.76º 0.33% 0.59% -
HSV(B) 316.76º 0.37% 0.73% -
XYZ 33.25 25.79 39.3 -
YUV 142.92 141.03 158.02 -
System Red Green Blue C M Y K H S L
Decimal 185 117 166 0 0.37 0.10 0.27 316.76 0.33 0.59
Hex B9 75 A6 0 25 A 1B 13D 21 3B
Octal 271 165 246 0 45 12 33 475 41 73
Binary 10111001 1110101 10100110 0 100101 1010 11011 100111101 100001 111011

Color Harmonies of #B975A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B975A6

Black with #B975A6

Text Example


Text Example

White with #B975A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B975A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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