Html Css Color HEX #B0739D Bouquet

📋 copy color: '#B0739D'

red 176 ◦ green 115 ◦ blue 157

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

Shades of Bouquet #B0739D

Tints of Bouquet #B0739D

RGB

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

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

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

R = 39.29%
G = 25.67%
B = 35.04%

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

#B0739D (or 0xB0739D) is known color: Bouquet. HEX triplet: B0, 73 and 9D. RGB value is (176,115,157). Sum of RGB (Red+Green+Blue) = 176+115+157=448 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.29% from 448); Green value is 115 (45.31% from 255 or 25.67% from 448); Blue value is 157 (61.72% from 255 or 35.04% from 448); Max value from RGB is 176 - color contains mainly: red. Hex color #B0739D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0739D is #4F8C62. Grayscale: #898989. Windows color (decimal): -5213283 or 10318768. OLE color: 10318768.

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

Color convert

RGB 176 115 157 -
CMYK 0 0.35 0.11 0.31
HSL 318.69º 0.28% 0.57% -
HSV(B) 318.69º 0.35% 0.69% -
XYZ 30.12 23.93 34.93 -
YUV 138.03 138.71 155.08 -
System Red Green Blue C M Y K H S L
Decimal 176 115 157 0 0.35 0.11 0.31 318.69 0.28 0.57
Hex B0 73 9D 0 23 B 1F 13F 1C 39
Octal 260 163 235 0 43 13 37 477 34 71
Binary 10110000 1110011 10011101 0 100011 1011 11111 100111111 11100 111001

Color Harmonies of #B0739D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0739D

Black with #B0739D

Text Example


Text Example

White with #B0739D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0739D; }

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

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

background-color css

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

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

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

border-color css

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

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

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