Html Css Color HEX #B889A0 Bouquet

📋 copy color: '#B889A0'

red 184 ◦ green 137 ◦ blue 160

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

Shades of Bouquet #B889A0

Tints of Bouquet #B889A0

RGB

 RED value IS 184 (72.27% from 255) = 38.25%

 GREEN value IS 137 (53.91% from 255) = 28.48%

 BLUE value IS 160 (62.89% from 255) = 33.26%

R = 38.25%
G = 28.48%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.13

 K value IS 0.28

RGB Variations

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

Color information

#B889A0 (or 0xB889A0) is known color: Bouquet. HEX triplet: B8, 89 and A0. RGB value is (184,137,160). Sum of RGB (Red+Green+Blue) = 184+137+160=481 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.25% from 481); Green value is 137 (53.91% from 255 or 28.48% from 481); Blue value is 160 (62.89% from 255 or 33.26% from 481); Max value from RGB is 184 - color contains mainly: red. Hex color #B889A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B889A0 is #47765F. Grayscale: #999999. Windows color (decimal): -4683360 or 10521016. OLE color: 10521016.

HSL color Cylindrical-coordinate representation of color #B889A0: hue angle of 330.64º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B889A0 is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 137 160 -
CMYK 0 0.26 0.13 0.28
HSL 330.64º 0.25% 0.63% -
HSV(B) 330.64º 0.26% 0.72% -
XYZ 35.06 30.62 37.32 -
YUV 153.68 131.57 149.63 -
System Red Green Blue C M Y K H S L
Decimal 184 137 160 0 0.26 0.13 0.28 330.64 0.25 0.63
Hex B8 89 A0 0 1A D 1C 14B 19 3F
Octal 270 211 240 0 32 15 34 513 31 77
Binary 10111000 10001001 10100000 0 11010 1101 11100 101001011 11001 111111

Color Harmonies of #B889A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B889A0

Black with #B889A0

Text Example


Text Example

White with #B889A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B889A0; }

 p { color: rgb(184,137,160); }

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

background-color css

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

 a { background-color: rgb(184,137,160); }

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

border-color css

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

 span { border-color: rgb(184,137,160); }

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