Html Css Color HEX #B0839F Bouquet

📋 copy color: '#B0839F'

red 176 ◦ green 131 ◦ blue 159

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

Shades of Bouquet #B0839F

Tints of Bouquet #B0839F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 34.12%

R = 37.77%
G = 28.11%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B0839F (or 0xB0839F) is known color: Bouquet. HEX triplet: B0, 83 and 9F. RGB value is (176,131,159). Sum of RGB (Red+Green+Blue) = 176+131+159=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 131 (51.56% from 255 or 28.11% from 466); Blue value is 159 (62.5% from 255 or 34.12% from 466); Max value from RGB is 176 - color contains mainly: red. Hex color #B0839F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0839F is #4F7C60. Grayscale: #939393. Windows color (decimal): -5209185 or 10453936. OLE color: 10453936.

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

Color convert

RGB 176 131 159 -
CMYK 0 0.26 0.10 0.31
HSL 322.67º 0.22% 0.6% -
HSV(B) 322.67º 0.26% 0.69% -
XYZ 32.28 27.97 36.5 -
YUV 147.65 134.41 148.22 -
System Red Green Blue C M Y K H S L
Decimal 176 131 159 0 0.26 0.10 0.31 322.67 0.22 0.6
Hex B0 83 9F 0 1A A 1F 143 16 3C
Octal 260 203 237 0 32 12 37 503 26 74
Binary 10110000 10000011 10011111 0 11010 1010 11111 101000011 10110 111100

Color Harmonies of #B0839F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0839F

Black with #B0839F

Text Example


Text Example

White with #B0839F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0839F; }

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

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

background-color css

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

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

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

border-color css

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

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

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