Html Css Color HEX #B26895 Bouquet

📋 copy color: '#B26895'

red 178 ◦ green 104 ◦ blue 149

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

Shades of Bouquet #B26895

Tints of Bouquet #B26895

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.13%

 BLUE value IS 149 (58.59% from 255) = 34.57%

R = 41.3%
G = 24.13%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#B26895 (or 0xB26895) is known color: Bouquet. HEX triplet: B2, 68 and 95. RGB value is (178,104,149). Sum of RGB (Red+Green+Blue) = 178+104+149=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 104 (41.02% from 255 or 24.13% from 431); Blue value is 149 (58.59% from 255 or 34.57% from 431); Max value from RGB is 178 - color contains mainly: red. Hex color #B26895 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26895 is #4D976A. Grayscale: #838383. Windows color (decimal): -5085035 or 9791666. OLE color: 9791666.

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

Color convert

RGB 178 104 149 -
CMYK 0 0.42 0.16 0.30
HSL 323.51º 0.32% 0.55% -
HSV(B) 323.51º 0.42% 0.7% -
XYZ 28.74 21.54 31.08 -
YUV 131.26 138.02 161.34 -
System Red Green Blue C M Y K H S L
Decimal 178 104 149 0 0.42 0.16 0.30 323.51 0.32 0.55
Hex B2 68 95 0 2A 10 1E 144 20 37
Octal 262 150 225 0 52 20 36 504 40 67
Binary 10110010 1101000 10010101 0 101010 10000 11110 101000100 100000 110111

Color Harmonies of #B26895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26895

Black with #B26895

Text Example


Text Example

White with #B26895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26895; }

 p { color: rgb(178,104,149); }

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

background-color css

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

 a { background-color: rgb(178,104,149); }

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

border-color css

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

 span { border-color: rgb(178,104,149); }

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