Html Css Color HEX #B0739C Bouquet

📋 copy color: '#B0739C'

red 176 ◦ green 115 ◦ blue 156

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

Shades of Bouquet #B0739C

Tints of Bouquet #B0739C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.73%

 BLUE value IS 156 (61.33% from 255) = 34.9%

R = 39.37%
G = 25.73%
B = 34.9%

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

#B0739C (or 0xB0739C) is known color: Bouquet. HEX triplet: B0, 73 and 9C. RGB value is (176,115,156). Sum of RGB (Red+Green+Blue) = 176+115+156=447 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.37% from 447); Green value is 115 (45.31% from 255 or 25.73% from 447); Blue value is 156 (61.33% from 255 or 34.90% from 447); Max value from RGB is 176 - color contains mainly: red. Hex color #B0739C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0739C is #4F8C63. Grayscale: #898989. Windows color (decimal): -5213284 or 10253232. OLE color: 10253232.

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

Color convert

RGB 176 115 156 -
CMYK 0 0.35 0.11 0.31
HSL 319.67º 0.28% 0.57% -
HSV(B) 319.67º 0.35% 0.69% -
XYZ 30.04 23.89 34.48 -
YUV 137.91 138.21 155.17 -
System Red Green Blue C M Y K H S L
Decimal 176 115 156 0 0.35 0.11 0.31 319.67 0.28 0.57
Hex B0 73 9C 0 23 B 1F 140 1C 39
Octal 260 163 234 0 43 13 37 500 34 71
Binary 10110000 1110011 10011100 0 100011 1011 11111 101000000 11100 111001

Color Harmonies of #B0739C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0739C

Black with #B0739C

Text Example


Text Example

White with #B0739C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0739C; }

 p { color: rgb(176,115,156); }

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

background-color css

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

 a { background-color: rgb(176,115,156); }

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

border-color css

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

 span { border-color: rgb(176,115,156); }

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