Html Css Color HEX #B9869F Bouquet

📋 copy color: '#B9869F'

red 185 ◦ green 134 ◦ blue 159

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

Shades of Bouquet #B9869F

Tints of Bouquet #B9869F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.03%

 BLUE value IS 159 (62.5% from 255) = 33.26%

R = 38.7%
G = 28.03%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#B9869F (or 0xB9869F) is known color: Bouquet. HEX triplet: B9, 86 and 9F. RGB value is (185,134,159). Sum of RGB (Red+Green+Blue) = 185+134+159=478 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.70% from 478); Green value is 134 (52.73% from 255 or 28.03% from 478); Blue value is 159 (62.5% from 255 or 33.26% from 478); Max value from RGB is 185 - color contains mainly: red. Hex color #B9869F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9869F is #467960. Grayscale: #989898. Windows color (decimal): -4618593 or 10454713. OLE color: 10454713.

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

Color convert

RGB 185 134 159 -
CMYK 0 0.28 0.14 0.27
HSL 330.59º 0.27% 0.63% -
HSV(B) 330.59º 0.28% 0.73% -
XYZ 34.79 29.87 36.73 -
YUV 152.1 131.9 151.47 -
System Red Green Blue C M Y K H S L
Decimal 185 134 159 0 0.28 0.14 0.27 330.59 0.27 0.63
Hex B9 86 9F 0 1C E 1B 14B 1B 3F
Octal 271 206 237 0 34 16 33 513 33 77
Binary 10111001 10000110 10011111 0 11100 1110 11011 101001011 11011 111111

Color Harmonies of #B9869F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9869F

Black with #B9869F

Text Example


Text Example

White with #B9869F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9869F; }

 p { color: rgb(185,134,159); }

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

background-color css

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

 a { background-color: rgb(185,134,159); }

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

border-color css

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

 span { border-color: rgb(185,134,159); }

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