Html Css Color HEX #B26D93 Bouquet

📋 copy color: '#B26D93'

red 178 ◦ green 109 ◦ blue 147

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

Shades of Bouquet #B26D93

Tints of Bouquet #B26D93

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.12%

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

R = 41.01%
G = 25.12%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#B26D93 (or 0xB26D93) is known color: Bouquet. HEX triplet: B2, 6D and 93. RGB value is (178,109,147). Sum of RGB (Red+Green+Blue) = 178+109+147=434 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.01% from 434); Green value is 109 (42.97% from 255 or 25.12% from 434); Blue value is 147 (57.81% from 255 or 33.87% from 434); Max value from RGB is 178 - color contains mainly: red. Hex color #B26D93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26D93 is #4D926C. Grayscale: #858585. Windows color (decimal): -5083757 or 9661874. OLE color: 9661874.

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

Color convert

RGB 178 109 147 -
CMYK 0 0.39 0.17 0.30
HSL 326.96º 0.31% 0.56% -
HSV(B) 326.96º 0.39% 0.7% -
XYZ 29.1 22.51 30.41 -
YUV 133.96 135.36 159.41 -
System Red Green Blue C M Y K H S L
Decimal 178 109 147 0 0.39 0.17 0.30 326.96 0.31 0.56
Hex B2 6D 93 0 27 11 1E 147 1F 38
Octal 262 155 223 0 47 21 36 507 37 70
Binary 10110010 1101101 10010011 0 100111 10001 11110 101000111 11111 111000

Color Harmonies of #B26D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26D93

Black with #B26D93

Text Example


Text Example

White with #B26D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26D93; }

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

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

background-color css

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

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

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

border-color css

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

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

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