Html Css Color HEX #B985A5 Bouquet

📋 copy color: '#B985A5'

red 185 ◦ green 133 ◦ blue 165

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

Shades of Bouquet #B985A5

Tints of Bouquet #B985A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 34.16%

R = 38.3%
G = 27.54%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#B985A5 (or 0xB985A5) is known color: Bouquet. HEX triplet: B9, 85 and A5. RGB value is (185,133,165). Sum of RGB (Red+Green+Blue) = 185+133+165=483 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.30% from 483); Green value is 133 (52.34% from 255 or 27.54% from 483); Blue value is 165 (64.84% from 255 or 34.16% from 483); Max value from RGB is 185 - color contains mainly: red. Hex color #B985A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B985A5 is #467A5A. Grayscale: #989898. Windows color (decimal): -4618843 or 10847673. OLE color: 10847673.

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

Color convert

RGB 185 133 165 -
CMYK 0 0.28 0.11 0.27
HSL 323.08º 0.27% 0.62% -
HSV(B) 323.08º 0.28% 0.73% -
XYZ 35.19 29.81 39.5 -
YUV 152.2 135.23 151.4 -
System Red Green Blue C M Y K H S L
Decimal 185 133 165 0 0.28 0.11 0.27 323.08 0.27 0.62
Hex B9 85 A5 0 1C B 1B 143 1B 3E
Octal 271 205 245 0 34 13 33 503 33 76
Binary 10111001 10000101 10100101 0 11100 1011 11011 101000011 11011 111110

Color Harmonies of #B985A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B985A5

Black with #B985A5

Text Example


Text Example

White with #B985A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B985A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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