Html Css Color HEX #B1839A Bouquet

📋 copy color: '#B1839A'

red 177 ◦ green 131 ◦ blue 154

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

Shades of Bouquet #B1839A

Tints of Bouquet #B1839A

RGB

 RED value IS 177 (69.53% from 255) = 38.31%

 GREEN value IS 131 (51.56% from 255) = 28.35%

 BLUE value IS 154 (60.55% from 255) = 33.33%

R = 38.31%
G = 28.35%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#B1839A (or 0xB1839A) is known color: Bouquet. HEX triplet: B1, 83 and 9A. RGB value is (177,131,154). Sum of RGB (Red+Green+Blue) = 177+131+154=462 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.31% from 462); Green value is 131 (51.56% from 255 or 28.35% from 462); Blue value is 154 (60.55% from 255 or 33.33% from 462); Max value from RGB is 177 - color contains mainly: red. Hex color #B1839A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1839A is #4E7C65. Grayscale: #939393. Windows color (decimal): -5143654 or 10126257. OLE color: 10126257.

HSL color Cylindrical-coordinate representation of color #B1839A: hue angle of 330º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1839A is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 131 154 -
CMYK 0 0.26 0.13 0.31
HSL 330º 0.23% 0.6% -
HSV(B) 330º 0.26% 0.69% -
XYZ 32.08 27.91 34.27 -
YUV 147.38 131.74 149.13 -
System Red Green Blue C M Y K H S L
Decimal 177 131 154 0 0.26 0.13 0.31 330 0.23 0.6
Hex B1 83 9A 0 1A D 1F 14A 17 3C
Octal 261 203 232 0 32 15 37 512 27 74
Binary 10110001 10000011 10011010 0 11010 1101 11111 101001010 10111 111100

Color Harmonies of #B1839A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1839A

Black with #B1839A

Text Example


Text Example

White with #B1839A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1839A; }

 p { color: rgb(177,131,154); }

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

background-color css

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

 a { background-color: rgb(177,131,154); }

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

border-color css

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

 span { border-color: rgb(177,131,154); }

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