Html Css Color HEX #B2709A Bouquet

📋 copy color: '#B2709A'

red 178 ◦ green 112 ◦ blue 154

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

Shades of Bouquet #B2709A

Tints of Bouquet #B2709A

RGB

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

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

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

R = 40.09%
G = 25.23%
B = 34.68%

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

#B2709A (or 0xB2709A) is known color: Bouquet. HEX triplet: B2, 70 and 9A. RGB value is (178,112,154). Sum of RGB (Red+Green+Blue) = 178+112+154=444 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.09% from 444); Green value is 112 (44.14% from 255 or 25.23% from 444); Blue value is 154 (60.55% from 255 or 34.68% from 444); Max value from RGB is 178 - color contains mainly: red. Hex color #B2709A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2709A is #4D8F65. Grayscale: #888888. Windows color (decimal): -5082982 or 10121394. OLE color: 10121394.

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

Color convert

RGB 178 112 154 -
CMYK 0 0.37 0.13 0.30
HSL 321.82º 0.3% 0.57% -
HSV(B) 321.82º 0.37% 0.7% -
XYZ 29.99 23.39 33.51 -
YUV 136.52 137.87 157.58 -
System Red Green Blue C M Y K H S L
Decimal 178 112 154 0 0.37 0.13 0.30 321.82 0.3 0.57
Hex B2 70 9A 0 25 D 1E 142 1E 39
Octal 262 160 232 0 45 15 36 502 36 71
Binary 10110010 1110000 10011010 0 100101 1101 11110 101000010 11110 111001

Color Harmonies of #B2709A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2709A

Black with #B2709A

Text Example


Text Example

White with #B2709A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2709A; }

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

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

background-color css

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

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

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

border-color css

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

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

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