Html Css Color HEX #B0809F Bouquet

📋 copy color: '#B0809F'

red 176 ◦ green 128 ◦ blue 159

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

Shades of Bouquet #B0809F

Tints of Bouquet #B0809F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.65%

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

R = 38.01%
G = 27.65%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B0809F (or 0xB0809F) is known color: Bouquet. HEX triplet: B0, 80 and 9F. RGB value is (176,128,159). Sum of RGB (Red+Green+Blue) = 176+128+159=463 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.01% from 463); Green value is 128 (50.39% from 255 or 27.65% from 463); Blue value is 159 (62.5% from 255 or 34.34% from 463); Max value from RGB is 176 - color contains mainly: red. Hex color #B0809F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0809F is #4F7F60. Grayscale: #919191. Windows color (decimal): -5209953 or 10453168. OLE color: 10453168.

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

Color convert

RGB 176 128 159 -
CMYK 0 0.27 0.10 0.31
HSL 321.25º 0.23% 0.6% -
HSV(B) 321.25º 0.27% 0.69% -
XYZ 31.88 27.17 36.37 -
YUV 145.89 135.4 149.48 -
System Red Green Blue C M Y K H S L
Decimal 176 128 159 0 0.27 0.10 0.31 321.25 0.23 0.6
Hex B0 80 9F 0 1B A 1F 141 17 3C
Octal 260 200 237 0 33 12 37 501 27 74
Binary 10110000 10000000 10011111 0 11011 1010 11111 101000001 10111 111100

Color Harmonies of #B0809F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0809F

Black with #B0809F

Text Example


Text Example

White with #B0809F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0809F; }

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

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

background-color css

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

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

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

border-color css

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

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

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