Html Css Color HEX #B2709D Bouquet

📋 copy color: '#B2709D'

red 178 ◦ green 112 ◦ blue 157

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

Shades of Bouquet #B2709D

Tints of Bouquet #B2709D

RGB

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

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

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

R = 39.82%
G = 25.06%
B = 35.12%

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

#B2709D (or 0xB2709D) is known color: Bouquet. HEX triplet: B2, 70 and 9D. RGB value is (178,112,157). Sum of RGB (Red+Green+Blue) = 178+112+157=447 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.82% from 447); Green value is 112 (44.14% from 255 or 25.06% from 447); Blue value is 157 (61.72% from 255 or 35.12% from 447); Max value from RGB is 178 - color contains mainly: red. Hex color #B2709D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2709D is #4D8F62. Grayscale: #888888. Windows color (decimal): -5082979 or 10318002. OLE color: 10318002.

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

Color convert

RGB 178 112 157 -
CMYK 0 0.37 0.12 0.30
HSL 319.09º 0.3% 0.57% -
HSV(B) 319.09º 0.37% 0.7% -
XYZ 30.24 23.49 34.84 -
YUV 136.86 139.37 157.34 -
System Red Green Blue C M Y K H S L
Decimal 178 112 157 0 0.37 0.12 0.30 319.09 0.3 0.57
Hex B2 70 9D 0 25 C 1E 13F 1E 39
Octal 262 160 235 0 45 14 36 477 36 71
Binary 10110010 1110000 10011101 0 100101 1100 11110 100111111 11110 111001

Color Harmonies of #B2709D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2709D

Black with #B2709D

Text Example


Text Example

White with #B2709D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2709D; }

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

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

background-color css

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

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

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

border-color css

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

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

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