Html Css Color HEX #B26999 Bouquet

📋 copy color: '#B26999'

red 178 ◦ green 105 ◦ blue 153

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

Shades of Bouquet #B26999

Tints of Bouquet #B26999

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.08%

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

R = 40.83%
G = 24.08%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.14

 K value IS 0.30

RGB Variations

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

Color information

#B26999 (or 0xB26999) is known color: Bouquet. HEX triplet: B2, 69 and 99. RGB value is (178,105,153). Sum of RGB (Red+Green+Blue) = 178+105+153=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 105 (41.41% from 255 or 24.08% from 436); Blue value is 153 (60.16% from 255 or 35.09% from 436); Max value from RGB is 178 - color contains mainly: red. Hex color #B26999 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26999 is #4D9666. Grayscale: #848484. Windows color (decimal): -5084775 or 10054066. OLE color: 10054066.

HSL color Cylindrical-coordinate representation of color #B26999: hue angle of 320.55º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B26999 is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 105 153 -
CMYK 0 0.41 0.14 0.30
HSL 320.55º 0.32% 0.55% -
HSV(B) 320.55º 0.41% 0.7% -
XYZ 29.16 21.87 32.82 -
YUV 132.3 139.68 160.6 -
System Red Green Blue C M Y K H S L
Decimal 178 105 153 0 0.41 0.14 0.30 320.55 0.32 0.55
Hex B2 69 99 0 29 E 1E 141 20 37
Octal 262 151 231 0 51 16 36 501 40 67
Binary 10110010 1101001 10011001 0 101001 1110 11110 101000001 100000 110111

Color Harmonies of #B26999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26999

Black with #B26999

Text Example


Text Example

White with #B26999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26999; }

 p { color: rgb(178,105,153); }

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

background-color css

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

 a { background-color: rgb(178,105,153); }

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

border-color css

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

 span { border-color: rgb(178,105,153); }

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