Html Css Color HEX #B289A5 Bouquet

📋 copy color: '#B289A5'

red 178 ◦ green 137 ◦ blue 165

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

Shades of Bouquet #B289A5

Tints of Bouquet #B289A5

RGB

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

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

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

R = 37.08%
G = 28.54%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.07

 K value IS 0.30

RGB Variations

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

Color information

#B289A5 (or 0xB289A5) is known color: Bouquet. HEX triplet: B2, 89 and A5. RGB value is (178,137,165). Sum of RGB (Red+Green+Blue) = 178+137+165=480 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.08% from 480); Green value is 137 (53.91% from 255 or 28.54% from 480); Blue value is 165 (64.84% from 255 or 34.38% from 480); Max value from RGB is 178 - color contains mainly: red. Hex color #B289A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B289A5 is #4D765A. Grayscale: #989898. Windows color (decimal): -5076571 or 10848690. OLE color: 10848690.

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

Color convert

RGB 178 137 165 -
CMYK 0 0.23 0.07 0.30
HSL 319.02º 0.21% 0.62% -
HSV(B) 319.02º 0.23% 0.7% -
XYZ 34.1 30.07 39.6 -
YUV 152.45 135.08 146.22 -
System Red Green Blue C M Y K H S L
Decimal 178 137 165 0 0.23 0.07 0.30 319.02 0.21 0.62
Hex B2 89 A5 0 17 7 1E 13F 15 3E
Octal 262 211 245 0 27 7 36 477 25 76
Binary 10110010 10001001 10100101 0 10111 111 11110 100111111 10101 111110

Color Harmonies of #B289A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B289A5

Black with #B289A5

Text Example


Text Example

White with #B289A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B289A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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