Html Css Color HEX #B985A7 Bouquet

📋 copy color: '#B985A7'

red 185 ◦ green 133 ◦ blue 167

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

Shades of Bouquet #B985A7

Tints of Bouquet #B985A7

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.42%

 BLUE value IS 167 (65.63% from 255) = 34.43%

R = 38.14%
G = 27.42%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#B985A7 (or 0xB985A7) is known color: Bouquet. HEX triplet: B9, 85 and A7. RGB value is (185,133,167). Sum of RGB (Red+Green+Blue) = 185+133+167=485 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.14% from 485); Green value is 133 (52.34% from 255 or 27.42% from 485); Blue value is 167 (65.62% from 255 or 34.43% from 485); Max value from RGB is 185 - color contains mainly: red. Hex color #B985A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B985A7 is #467A58. Grayscale: #989898. Windows color (decimal): -4618841 or 10978745. OLE color: 10978745.

HSL color Cylindrical-coordinate representation of color #B985A7: hue angle of 320.77º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B985A7 is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 133 167 -
CMYK 0 0.28 0.10 0.27
HSL 320.77º 0.27% 0.62% -
HSV(B) 320.77º 0.28% 0.73% -
XYZ 35.37 29.88 40.46 -
YUV 152.42 136.23 151.24 -
System Red Green Blue C M Y K H S L
Decimal 185 133 167 0 0.28 0.10 0.27 320.77 0.27 0.62
Hex B9 85 A7 0 1C A 1B 141 1B 3E
Octal 271 205 247 0 34 12 33 501 33 76
Binary 10111001 10000101 10100111 0 11100 1010 11011 101000001 11011 111110

Color Harmonies of #B985A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B985A7

Black with #B985A7

Text Example


Text Example

White with #B985A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B985A7; }

 p { color: rgb(185,133,167); }

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

background-color css

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

 a { background-color: rgb(185,133,167); }

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

border-color css

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

 span { border-color: rgb(185,133,167); }

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