Html Css Color HEX #B06E99 Bouquet

📋 copy color: '#B06E99'

red 176 ◦ green 110 ◦ blue 153

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

Shades of Bouquet #B06E99

Tints of Bouquet #B06E99

RGB

 RED value IS 176 (69.14% from 255) = 40.09%

 GREEN value IS 110 (43.36% from 255) = 25.06%

 BLUE value IS 153 (60.16% from 255) = 34.85%

R = 40.09%
G = 25.06%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#B06E99 (or 0xB06E99) is known color: Bouquet. HEX triplet: B0, 6E and 99. RGB value is (176,110,153). Sum of RGB (Red+Green+Blue) = 176+110+153=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 110 (43.36% from 255 or 25.06% from 439); Blue value is 153 (60.16% from 255 or 34.85% from 439); Max value from RGB is 176 - color contains mainly: red. Hex color #B06E99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06E99 is #4F9166. Grayscale: #868686. Windows color (decimal): -5214567 or 10055344. OLE color: 10055344.

HSL color Cylindrical-coordinate representation of color #B06E99: hue angle of 320.91º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B06E99 is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 110 153 -
CMYK 0 0.37 0.13 0.31
HSL 320.91º 0.29% 0.56% -
HSV(B) 320.91º 0.38% 0.69% -
XYZ 29.23 22.68 32.97 -
YUV 134.64 138.37 157.5 -
System Red Green Blue C M Y K H S L
Decimal 176 110 153 0 0.37 0.13 0.31 320.91 0.29 0.56
Hex B0 6E 99 0 25 D 1F 141 1D 38
Octal 260 156 231 0 45 15 37 501 35 70
Binary 10110000 1101110 10011001 0 100101 1101 11111 101000001 11101 111000

Color Harmonies of #B06E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06E99

Black with #B06E99

Text Example


Text Example

White with #B06E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06E99; }

 p { color: rgb(176,110,153); }

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

background-color css

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

 a { background-color: rgb(176,110,153); }

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

border-color css

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

 span { border-color: rgb(176,110,153); }

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