Html Css Color HEX #B3759A Bouquet

📋 copy color: '#B3759A'

red 179 ◦ green 117 ◦ blue 154

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

Shades of Bouquet #B3759A

Tints of Bouquet #B3759A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26%

 BLUE value IS 154 (60.55% from 255) = 34.22%

R = 39.78%
G = 26%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.14

 K value IS 0.30

RGB Variations

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

Color information

#B3759A (or 0xB3759A) is known color: Bouquet. HEX triplet: B3, 75 and 9A. RGB value is (179,117,154). Sum of RGB (Red+Green+Blue) = 179+117+154=450 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.78% from 450); Green value is 117 (46.09% from 255 or 26% from 450); Blue value is 154 (60.55% from 255 or 34.22% from 450); Max value from RGB is 179 - color contains mainly: red. Hex color #B3759A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3759A is #4C8A65. Grayscale: #8B8B8B. Windows color (decimal): -5016166 or 10122675. OLE color: 10122675.

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

Color convert

RGB 179 117 154 -
CMYK 0 0.35 0.14 0.30
HSL 324.19º 0.29% 0.58% -
HSV(B) 324.19º 0.35% 0.7% -
XYZ 30.78 24.64 33.71 -
YUV 139.76 136.04 155.99 -
System Red Green Blue C M Y K H S L
Decimal 179 117 154 0 0.35 0.14 0.30 324.19 0.29 0.58
Hex B3 75 9A 0 23 E 1E 144 1D 3A
Octal 263 165 232 0 43 16 36 504 35 72
Binary 10110011 1110101 10011010 0 100011 1110 11110 101000100 11101 111010

Color Harmonies of #B3759A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3759A

Black with #B3759A

Text Example


Text Example

White with #B3759A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3759A; }

 p { color: rgb(179,117,154); }

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

background-color css

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

 a { background-color: rgb(179,117,154); }

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

border-color css

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

 span { border-color: rgb(179,117,154); }

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