Html Css Color HEX #B3709D Bouquet

📋 copy color: '#B3709D'

red 179 ◦ green 112 ◦ blue 157

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

Shades of Bouquet #B3709D

Tints of Bouquet #B3709D

RGB

 RED value IS 179 (70.31% from 255) = 39.96%

 GREEN value IS 112 (44.14% from 255) = 25%

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

R = 39.96%
G = 25%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#B3709D (or 0xB3709D) is known color: Bouquet. HEX triplet: B3, 70 and 9D. RGB value is (179,112,157). Sum of RGB (Red+Green+Blue) = 179+112+157=448 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.96% from 448); Green value is 112 (44.14% from 255 or 25% from 448); Blue value is 157 (61.72% from 255 or 35.04% from 448); Max value from RGB is 179 - color contains mainly: red. Hex color #B3709D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3709D is #4C8F62. Grayscale: #898989. Windows color (decimal): -5017443 or 10318003. OLE color: 10318003.

HSL color Cylindrical-coordinate representation of color #B3709D: hue angle of 319.7º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B3709D is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 112 157 -
CMYK 0 0.37 0.12 0.30
HSL 319.7º 0.31% 0.57% -
HSV(B) 319.7º 0.37% 0.7% -
XYZ 30.47 23.61 34.85 -
YUV 137.16 139.2 157.84 -
System Red Green Blue C M Y K H S L
Decimal 179 112 157 0 0.37 0.12 0.30 319.7 0.31 0.57
Hex B3 70 9D 0 25 C 1E 140 1F 39
Octal 263 160 235 0 45 14 36 500 37 71
Binary 10110011 1110000 10011101 0 100101 1100 11110 101000000 11111 111001

Color Harmonies of #B3709D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3709D

Black with #B3709D

Text Example


Text Example

White with #B3709D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3709D; }

 p { color: rgb(179,112,157); }

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

background-color css

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

 a { background-color: rgb(179,112,157); }

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

border-color css

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

 span { border-color: rgb(179,112,157); }

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