Html Css Color HEX #B3749B Bouquet

📋 copy color: '#B3749B'

red 179 ◦ green 116 ◦ blue 155

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

Shades of Bouquet #B3749B

Tints of Bouquet #B3749B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.78%

 BLUE value IS 155 (60.94% from 255) = 34.44%

R = 39.78%
G = 25.78%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B3749B (or 0xB3749B) is known color: Bouquet. HEX triplet: B3, 74 and 9B. RGB value is (179,116,155). Sum of RGB (Red+Green+Blue) = 179+116+155=450 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.78% from 450); Green value is 116 (45.70% from 255 or 25.78% from 450); Blue value is 155 (60.94% from 255 or 34.44% from 450); Max value from RGB is 179 - color contains mainly: red. Hex color #B3749B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3749B is #4C8B64. Grayscale: #8B8B8B. Windows color (decimal): -5016421 or 10187955. OLE color: 10187955.

HSL color Cylindrical-coordinate representation of color #B3749B: hue angle of 322.86º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B3749B is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 116 155 -
CMYK 0 0.35 0.13 0.30
HSL 322.86º 0.29% 0.58% -
HSV(B) 322.86º 0.35% 0.7% -
XYZ 30.75 24.44 34.11 -
YUV 139.28 136.87 156.33 -
System Red Green Blue C M Y K H S L
Decimal 179 116 155 0 0.35 0.13 0.30 322.86 0.29 0.58
Hex B3 74 9B 0 23 D 1E 143 1D 3A
Octal 263 164 233 0 43 15 36 503 35 72
Binary 10110011 1110100 10011011 0 100011 1101 11110 101000011 11101 111010

Color Harmonies of #B3749B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3749B

Black with #B3749B

Text Example


Text Example

White with #B3749B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3749B; }

 p { color: rgb(179,116,155); }

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

background-color css

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

 a { background-color: rgb(179,116,155); }

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

border-color css

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

 span { border-color: rgb(179,116,155); }

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