Html Css Color HEX #B985A6 Bouquet

📋 copy color: '#B985A6'

red 185 ◦ green 133 ◦ blue 166

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

Shades of Bouquet #B985A6

Tints of Bouquet #B985A6

RGB

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

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

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

R = 38.22%
G = 27.48%
B = 34.3%

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

#B985A6 (or 0xB985A6) is known color: Bouquet. HEX triplet: B9, 85 and A6. RGB value is (185,133,166). Sum of RGB (Red+Green+Blue) = 185+133+166=484 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.22% from 484); Green value is 133 (52.34% from 255 or 27.48% from 484); Blue value is 166 (65.23% from 255 or 34.30% from 484); Max value from RGB is 185 - color contains mainly: red. Hex color #B985A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B985A6 is #467A59. Grayscale: #989898. Windows color (decimal): -4618842 or 10913209. OLE color: 10913209.

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

Color convert

RGB 185 133 166 -
CMYK 0 0.28 0.10 0.27
HSL 321.92º 0.27% 0.62% -
HSV(B) 321.92º 0.28% 0.73% -
XYZ 35.28 29.84 39.98 -
YUV 152.31 135.73 151.32 -
System Red Green Blue C M Y K H S L
Decimal 185 133 166 0 0.28 0.10 0.27 321.92 0.27 0.62
Hex B9 85 A6 0 1C A 1B 142 1B 3E
Octal 271 205 246 0 34 12 33 502 33 76
Binary 10111001 10000101 10100110 0 11100 1010 11011 101000010 11011 111110

Color Harmonies of #B985A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B985A6

Black with #B985A6

Text Example


Text Example

White with #B985A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B985A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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