Html Css Color HEX #B289A0 Bouquet

📋 copy color: '#B289A0'

red 178 ◦ green 137 ◦ blue 160

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

Shades of Bouquet #B289A0

Tints of Bouquet #B289A0

RGB

 RED value IS 178 (69.92% from 255) = 37.47%

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

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

R = 37.47%
G = 28.84%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.10

 K value IS 0.30

RGB Variations

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

Color information

#B289A0 (or 0xB289A0) is known color: Bouquet. HEX triplet: B2, 89 and A0. RGB value is (178,137,160). Sum of RGB (Red+Green+Blue) = 178+137+160=475 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.47% from 475); Green value is 137 (53.91% from 255 or 28.84% from 475); Blue value is 160 (62.89% from 255 or 33.68% from 475); Max value from RGB is 178 - color contains mainly: red. Hex color #B289A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B289A0 is #4D765F. Grayscale: #979797. Windows color (decimal): -5076576 or 10521010. OLE color: 10521010.

HSL color Cylindrical-coordinate representation of color #B289A0: hue angle of 326.34º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B289A0 is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 137 160 -
CMYK 0 0.23 0.10 0.30
HSL 326.34º 0.21% 0.62% -
HSV(B) 326.34º 0.23% 0.7% -
XYZ 33.65 29.89 37.25 -
YUV 151.88 132.58 146.63 -
System Red Green Blue C M Y K H S L
Decimal 178 137 160 0 0.23 0.10 0.30 326.34 0.21 0.62
Hex B2 89 A0 0 17 A 1E 146 15 3E
Octal 262 211 240 0 27 12 36 506 25 76
Binary 10110010 10001001 10100000 0 10111 1010 11110 101000110 10101 111110

Color Harmonies of #B289A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B289A0

Black with #B289A0

Text Example


Text Example

White with #B289A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B289A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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