Html Css Color HEX #B0729E Bouquet

📋 copy color: '#B0729E'

red 176 ◦ green 114 ◦ blue 158

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

Shades of Bouquet #B0729E

Tints of Bouquet #B0729E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.45%

 BLUE value IS 158 (62.11% from 255) = 35.27%

R = 39.29%
G = 25.45%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B0729E (or 0xB0729E) is known color: Bouquet. HEX triplet: B0, 72 and 9E. RGB value is (176,114,158). Sum of RGB (Red+Green+Blue) = 176+114+158=448 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.29% from 448); Green value is 114 (44.92% from 255 or 25.45% from 448); Blue value is 158 (62.11% from 255 or 35.27% from 448); Max value from RGB is 176 - color contains mainly: red. Hex color #B0729E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0729E is #4F8D61. Grayscale: #898989. Windows color (decimal): -5213538 or 10384048. OLE color: 10384048.

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

Color convert

RGB 176 114 158 -
CMYK 0 0.35 0.10 0.31
HSL 317.42º 0.28% 0.57% -
HSV(B) 317.42º 0.35% 0.69% -
XYZ 30.09 23.73 35.34 -
YUV 137.55 139.54 155.42 -
System Red Green Blue C M Y K H S L
Decimal 176 114 158 0 0.35 0.10 0.31 317.42 0.28 0.57
Hex B0 72 9E 0 23 A 1F 13D 1C 39
Octal 260 162 236 0 43 12 37 475 34 71
Binary 10110000 1110010 10011110 0 100011 1010 11111 100111101 11100 111001

Color Harmonies of #B0729E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0729E

Black with #B0729E

Text Example


Text Example

White with #B0729E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0729E; }

 p { color: rgb(176,114,158); }

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

background-color css

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

 a { background-color: rgb(176,114,158); }

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

border-color css

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

 span { border-color: rgb(176,114,158); }

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