#B26A9C

Color #B26A9C Bouquet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bouquet #B26A9C

Tints of Bouquet #B26A9C

Color information

#B26A9C (or 0xB26A9C) is unknown color: approx Bouquet. HEX triplet: B2, 6A and 9C. RGB value is (178,106,156). Sum of RGB (Red+Green+Blue) = 178+106+156=440 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.45% from 440); Green value is 106 (41.80% from 255 or 24.09% from 440); Blue value is 156 (61.33% from 255 or 35.45% from 440); Max value from RGB is 178 - color contains mainly: red. Hex color #B26A9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26A9C is #4D9563. Grayscale: #858585. Windows color (decimal): -5084516 or 10250930. OLE color: 10250930.

HSL color Cylindrical-coordinate representation of color #B26A9C: hue angle of 318.33º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B26A9C is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB178106156-
CMYK00.400.120.30
HSL318.33º31.86%55.69%-
HSV(B)318.33º40.45%69.8%-
XYZ29.5122.1734.18-
YUV133.23140.85159.93-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.45%
GREEN value IS 106 (41.80% from 255) = 24.09%
BLUE value IS 156 (61.33% from 255) = 35.45%
R=40.45%
G=24.09%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810615600.400.120.30318.3331.8655.69
HexB26A9C028C1E13e2038
Octal26215223405014364764070
Binary101100101101010100111000101000110011110100111110100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26A9C; }

 p { color: rgb(178,106,156); }

 H1.HeaderClassName
 {
   color: #B26A9C;
 }
 .AnyTagClassName
 {
   color: #B26A9C;
 }
</style>
background-color css

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

 a { background-color: rgb(178,106,156); }

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

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

 span { border-color: rgb(178,106,156); }

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