Html Css Color HEX #B26994 Bouquet

📋 copy color: '#B26994'

red 178 ◦ green 105 ◦ blue 148

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

Shades of Bouquet #B26994

Tints of Bouquet #B26994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 34.34%

R = 41.3%
G = 24.36%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#B26994 (or 0xB26994) is known color: Bouquet. HEX triplet: B2, 69 and 94. RGB value is (178,105,148). Sum of RGB (Red+Green+Blue) = 178+105+148=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 105 (41.41% from 255 or 24.36% from 431); Blue value is 148 (58.20% from 255 or 34.34% from 431); Max value from RGB is 178 - color contains mainly: red. Hex color #B26994 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26994 is #4D966B. Grayscale: #838383. Windows color (decimal): -5084780 or 9726386. OLE color: 9726386.

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

Color convert

RGB 178 105 148 -
CMYK 0 0.41 0.17 0.30
HSL 324.66º 0.32% 0.55% -
HSV(B) 324.66º 0.41% 0.7% -
XYZ 28.76 21.71 30.69 -
YUV 131.73 137.18 161 -
System Red Green Blue C M Y K H S L
Decimal 178 105 148 0 0.41 0.17 0.30 324.66 0.32 0.55
Hex B2 69 94 0 29 11 1E 145 20 37
Octal 262 151 224 0 51 21 36 505 40 67
Binary 10110010 1101001 10010100 0 101001 10001 11110 101000101 100000 110111

Color Harmonies of #B26994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26994

Black with #B26994

Text Example


Text Example

White with #B26994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26994; }

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

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

background-color css

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

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

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

border-color css

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

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

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