Html Css Color HEX #B26E95 Bouquet

📋 copy color: '#B26E95'

red 178 ◦ green 110 ◦ blue 149

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

Shades of Bouquet #B26E95

Tints of Bouquet #B26E95

RGB

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

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

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

R = 40.73%
G = 25.17%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#B26E95 (or 0xB26E95) is known color: Bouquet. HEX triplet: B2, 6E and 95. RGB value is (178,110,149). Sum of RGB (Red+Green+Blue) = 178+110+149=437 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.73% from 437); Green value is 110 (43.36% from 255 or 25.17% from 437); Blue value is 149 (58.59% from 255 or 34.10% from 437); Max value from RGB is 178 - color contains mainly: red. Hex color #B26E95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26E95 is #4D916A. Grayscale: #868686. Windows color (decimal): -5083499 or 9793202. OLE color: 9793202.

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

Color convert

RGB 178 110 149 -
CMYK 0 0.38 0.16 0.30
HSL 325.59º 0.31% 0.56% -
HSV(B) 325.59º 0.38% 0.7% -
XYZ 29.36 22.79 31.28 -
YUV 134.78 136.03 158.83 -
System Red Green Blue C M Y K H S L
Decimal 178 110 149 0 0.38 0.16 0.30 325.59 0.31 0.56
Hex B2 6E 95 0 26 10 1E 146 1F 38
Octal 262 156 225 0 46 20 36 506 37 70
Binary 10110010 1101110 10010101 0 100110 10000 11110 101000110 11111 111000

Color Harmonies of #B26E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26E95

Black with #B26E95

Text Example


Text Example

White with #B26E95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26E95; }

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

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

background-color css

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

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

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

border-color css

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

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

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