Html Css Color HEX #B0729D Bouquet

📋 copy color: '#B0729D'

red 176 ◦ green 114 ◦ blue 157

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

Shades of Bouquet #B0729D

Tints of Bouquet #B0729D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 35.12%

R = 39.37%
G = 25.5%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B0729D (or 0xB0729D) is known color: Bouquet. HEX triplet: B0, 72 and 9D. RGB value is (176,114,157). Sum of RGB (Red+Green+Blue) = 176+114+157=447 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.37% from 447); Green value is 114 (44.92% from 255 or 25.50% from 447); Blue value is 157 (61.72% from 255 or 35.12% from 447); Max value from RGB is 176 - color contains mainly: red. Hex color #B0729D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0729D is #4F8D62. Grayscale: #898989. Windows color (decimal): -5213539 or 10318512. OLE color: 10318512.

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

Color convert

RGB 176 114 157 -
CMYK 0 0.35 0.11 0.31
HSL 318.39º 0.28% 0.57% -
HSV(B) 318.39º 0.35% 0.69% -
XYZ 30.01 23.7 34.89 -
YUV 137.44 139.04 155.5 -
System Red Green Blue C M Y K H S L
Decimal 176 114 157 0 0.35 0.11 0.31 318.39 0.28 0.57
Hex B0 72 9D 0 23 B 1F 13E 1C 39
Octal 260 162 235 0 43 13 37 476 34 71
Binary 10110000 1110010 10011101 0 100011 1011 11111 100111110 11100 111001

Color Harmonies of #B0729D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0729D

Black with #B0729D

Text Example


Text Example

White with #B0729D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0729D; }

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

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

background-color css

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

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

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

border-color css

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

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

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