Html Css Color HEX #B3709A Bouquet

📋 copy color: '#B3709A'

red 179 ◦ green 112 ◦ blue 154

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

Shades of Bouquet #B3709A

Tints of Bouquet #B3709A

RGB

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

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

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

R = 40.22%
G = 25.17%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.14

 K value IS 0.30

RGB Variations

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

Color information

#B3709A (or 0xB3709A) is known color: Bouquet. HEX triplet: B3, 70 and 9A. RGB value is (179,112,154). Sum of RGB (Red+Green+Blue) = 179+112+154=445 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.22% from 445); Green value is 112 (44.14% from 255 or 25.17% from 445); Blue value is 154 (60.55% from 255 or 34.61% from 445); Max value from RGB is 179 - color contains mainly: red. Hex color #B3709A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3709A is #4C8F65. Grayscale: #888888. Windows color (decimal): -5017446 or 10121395. OLE color: 10121395.

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

Color convert

RGB 179 112 154 -
CMYK 0 0.37 0.14 0.30
HSL 322.39º 0.31% 0.57% -
HSV(B) 322.39º 0.37% 0.7% -
XYZ 30.22 23.51 33.52 -
YUV 136.82 137.7 158.08 -
System Red Green Blue C M Y K H S L
Decimal 179 112 154 0 0.37 0.14 0.30 322.39 0.31 0.57
Hex B3 70 9A 0 25 E 1E 142 1F 39
Octal 263 160 232 0 45 16 36 502 37 71
Binary 10110011 1110000 10011010 0 100101 1110 11110 101000010 11111 111001

Color Harmonies of #B3709A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3709A

Black with #B3709A

Text Example


Text Example

White with #B3709A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3709A; }

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

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

background-color css

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

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

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

border-color css

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

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

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