Html Css Color HEX #B0839B Bouquet

📋 copy color: '#B0839B'

red 176 ◦ green 131 ◦ blue 155

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

Shades of Bouquet #B0839B

Tints of Bouquet #B0839B

RGB

 RED value IS 176 (69.14% from 255) = 38.1%

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

 BLUE value IS 155 (60.94% from 255) = 33.55%

R = 38.1%
G = 28.35%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B0839B (or 0xB0839B) is known color: Bouquet. HEX triplet: B0, 83 and 9B. RGB value is (176,131,155). Sum of RGB (Red+Green+Blue) = 176+131+155=462 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.10% from 462); Green value is 131 (51.56% from 255 or 28.35% from 462); Blue value is 155 (60.94% from 255 or 33.55% from 462); Max value from RGB is 176 - color contains mainly: red. Hex color #B0839B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0839B is #4F7C64. Grayscale: #939393. Windows color (decimal): -5209189 or 10191792. OLE color: 10191792.

HSL color Cylindrical-coordinate representation of color #B0839B: hue angle of 328º degrees, saturation: 0.22, 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 #B0839B is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 131 155 -
CMYK 0 0.26 0.12 0.31
HSL 328º 0.22% 0.6% -
HSV(B) 328º 0.26% 0.69% -
XYZ 31.94 27.83 34.7 -
YUV 147.19 132.41 148.55 -
System Red Green Blue C M Y K H S L
Decimal 176 131 155 0 0.26 0.12 0.31 328 0.22 0.6
Hex B0 83 9B 0 1A C 1F 148 16 3C
Octal 260 203 233 0 32 14 37 510 26 74
Binary 10110000 10000011 10011011 0 11010 1100 11111 101001000 10110 111100

Color Harmonies of #B0839B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0839B

Black with #B0839B

Text Example


Text Example

White with #B0839B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0839B; }

 p { color: rgb(176,131,155); }

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

background-color css

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

 a { background-color: rgb(176,131,155); }

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

border-color css

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

 span { border-color: rgb(176,131,155); }

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