Html Css Color HEX #B2709B Bouquet

📋 copy color: '#B2709B'

red 178 ◦ green 112 ◦ blue 155

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

Shades of Bouquet #B2709B

Tints of Bouquet #B2709B

RGB

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

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

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

R = 40%
G = 25.17%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B2709B (or 0xB2709B) is known color: Bouquet. HEX triplet: B2, 70 and 9B. RGB value is (178,112,155). Sum of RGB (Red+Green+Blue) = 178+112+155=445 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40% from 445); Green value is 112 (44.14% from 255 or 25.17% from 445); Blue value is 155 (60.94% from 255 or 34.83% from 445); Max value from RGB is 178 - color contains mainly: red. Hex color #B2709B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2709B is #4D8F64. Grayscale: #888888. Windows color (decimal): -5082981 or 10186930. OLE color: 10186930.

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

Color convert

RGB 178 112 155 -
CMYK 0 0.37 0.13 0.30
HSL 320.91º 0.3% 0.57% -
HSV(B) 320.91º 0.37% 0.7% -
XYZ 30.07 23.42 33.95 -
YUV 136.64 138.37 157.5 -
System Red Green Blue C M Y K H S L
Decimal 178 112 155 0 0.37 0.13 0.30 320.91 0.3 0.57
Hex B2 70 9B 0 25 D 1E 141 1E 39
Octal 262 160 233 0 45 15 36 501 36 71
Binary 10110010 1110000 10011011 0 100101 1101 11110 101000001 11110 111001

Color Harmonies of #B2709B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2709B

Black with #B2709B

Text Example


Text Example

White with #B2709B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2709B; }

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

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

background-color css

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

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

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

border-color css

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

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

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