Html Css Color HEX #B0739F Bouquet

📋 copy color: '#B0739F'

red 176 ◦ green 115 ◦ blue 159

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

Shades of Bouquet #B0739F

Tints of Bouquet #B0739F

RGB

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

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

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

R = 39.11%
G = 25.56%
B = 35.33%

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

#B0739F (or 0xB0739F) is known color: Bouquet. HEX triplet: B0, 73 and 9F. RGB value is (176,115,159). Sum of RGB (Red+Green+Blue) = 176+115+159=450 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.11% from 450); Green value is 115 (45.31% from 255 or 25.56% from 450); Blue value is 159 (62.5% from 255 or 35.33% from 450); Max value from RGB is 176 - color contains mainly: red. Hex color #B0739F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0739F is #4F8C60. Grayscale: #8A8A8A. Windows color (decimal): -5213281 or 10449840. OLE color: 10449840.

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

Color convert

RGB 176 115 159 -
CMYK 0 0.35 0.10 0.31
HSL 316.72º 0.28% 0.57% -
HSV(B) 316.72º 0.35% 0.69% -
XYZ 30.29 23.99 35.84 -
YUV 138.26 139.71 154.92 -
System Red Green Blue C M Y K H S L
Decimal 176 115 159 0 0.35 0.10 0.31 316.72 0.28 0.57
Hex B0 73 9F 0 23 A 1F 13D 1C 39
Octal 260 163 237 0 43 12 37 475 34 71
Binary 10110000 1110011 10011111 0 100011 1010 11111 100111101 11100 111001

Color Harmonies of #B0739F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0739F

Black with #B0739F

Text Example


Text Example

White with #B0739F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0739F; }

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

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

background-color css

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

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

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

border-color css

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

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

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