Html Css Color HEX #B2709F Bouquet

📋 copy color: '#B2709F'

red 178 ◦ green 112 ◦ blue 159

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

Shades of Bouquet #B2709F

Tints of Bouquet #B2709F

RGB

 RED value IS 178 (69.92% from 255) = 39.64%

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

 BLUE value IS 159 (62.5% from 255) = 35.41%

R = 39.64%
G = 24.94%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B2709F (or 0xB2709F) is known color: Bouquet. HEX triplet: B2, 70 and 9F. RGB value is (178,112,159). Sum of RGB (Red+Green+Blue) = 178+112+159=449 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.64% from 449); Green value is 112 (44.14% from 255 or 24.94% from 449); Blue value is 159 (62.5% from 255 or 35.41% from 449); Max value from RGB is 178 - color contains mainly: red. Hex color #B2709F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2709F is #4D8F60. Grayscale: #888888. Windows color (decimal): -5082977 or 10449074. OLE color: 10449074.

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

Color convert

RGB 178 112 159 -
CMYK 0 0.37 0.11 0.30
HSL 317.27º 0.3% 0.57% -
HSV(B) 317.27º 0.37% 0.7% -
XYZ 30.41 23.56 35.74 -
YUV 137.09 140.37 157.18 -
System Red Green Blue C M Y K H S L
Decimal 178 112 159 0 0.37 0.11 0.30 317.27 0.3 0.57
Hex B2 70 9F 0 25 B 1E 13D 1E 39
Octal 262 160 237 0 45 13 36 475 36 71
Binary 10110010 1110000 10011111 0 100101 1011 11110 100111101 11110 111001

Color Harmonies of #B2709F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2709F

Black with #B2709F

Text Example


Text Example

White with #B2709F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2709F; }

 p { color: rgb(178,112,159); }

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

background-color css

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

 a { background-color: rgb(178,112,159); }

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

border-color css

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

 span { border-color: rgb(178,112,159); }

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