Html Css Color HEX #B389A1 Bouquet

📋 copy color: '#B389A1'

red 179 ◦ green 137 ◦ blue 161

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

Shades of Bouquet #B389A1

Tints of Bouquet #B389A1

RGB

 RED value IS 179 (70.31% from 255) = 37.53%

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

 BLUE value IS 161 (63.28% from 255) = 33.75%

R = 37.53%
G = 28.72%
B = 33.75%

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

#B389A1 (or 0xB389A1) is known color: Bouquet. HEX triplet: B3, 89 and A1. RGB value is (179,137,161). Sum of RGB (Red+Green+Blue) = 179+137+161=477 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.53% from 477); Green value is 137 (53.91% from 255 or 28.72% from 477); Blue value is 161 (63.28% from 255 or 33.75% from 477); Max value from RGB is 179 - color contains mainly: red. Hex color #B389A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B389A1 is #4C765E. Grayscale: #989898. Windows color (decimal): -5011039 or 10586547. OLE color: 10586547.

HSL color Cylindrical-coordinate representation of color #B389A1: hue angle of 325.71º degrees, saturation: 0.22, 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 #B389A1 is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 137 161 -
CMYK 0 0.23 0.10 0.30
HSL 325.71º 0.22% 0.62% -
HSV(B) 325.71º 0.23% 0.7% -
XYZ 33.97 30.05 37.73 -
YUV 152.29 132.91 147.05 -
System Red Green Blue C M Y K H S L
Decimal 179 137 161 0 0.23 0.10 0.30 325.71 0.22 0.62
Hex B3 89 A1 0 17 A 1E 146 16 3E
Octal 263 211 241 0 27 12 36 506 26 76
Binary 10110011 10001001 10100001 0 10111 1010 11110 101000110 10110 111110

Color Harmonies of #B389A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B389A1

Black with #B389A1

Text Example


Text Example

White with #B389A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B389A1; }

 p { color: rgb(179,137,161); }

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

background-color css

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

 a { background-color: rgb(179,137,161); }

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

border-color css

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

 span { border-color: rgb(179,137,161); }

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