Html Css Color HEX #B26593 Bouquet

📋 copy color: '#B26593'

red 178 ◦ green 101 ◦ blue 147

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

Shades of Bouquet #B26593

Tints of Bouquet #B26593

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.71%

 BLUE value IS 147 (57.81% from 255) = 34.51%

R = 41.78%
G = 23.71%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#B26593 (or 0xB26593) is known color: Bouquet. HEX triplet: B2, 65 and 93. RGB value is (178,101,147). Sum of RGB (Red+Green+Blue) = 178+101+147=426 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.78% from 426); Green value is 101 (39.84% from 255 or 23.71% from 426); Blue value is 147 (57.81% from 255 or 34.51% from 426); Max value from RGB is 178 - color contains mainly: red. Hex color #B26593 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26593 is #4D9A6C. Grayscale: #818181. Windows color (decimal): -5085805 or 9659826. OLE color: 9659826.

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

Color convert

RGB 178 101 147 -
CMYK 0 0.43 0.17 0.30
HSL 324.16º 0.33% 0.55% -
HSV(B) 324.16º 0.43% 0.7% -
XYZ 28.28 20.88 30.14 -
YUV 129.27 138.01 162.76 -
System Red Green Blue C M Y K H S L
Decimal 178 101 147 0 0.43 0.17 0.30 324.16 0.33 0.55
Hex B2 65 93 0 2B 11 1E 144 21 37
Octal 262 145 223 0 53 21 36 504 41 67
Binary 10110010 1100101 10010011 0 101011 10001 11110 101000100 100001 110111

Color Harmonies of #B26593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26593

Black with #B26593

Text Example


Text Example

White with #B26593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26593; }

 p { color: rgb(178,101,147); }

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

background-color css

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

 a { background-color: rgb(178,101,147); }

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

border-color css

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

 span { border-color: rgb(178,101,147); }

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