Html Css Color HEX #B26998 Bouquet

📋 copy color: '#B26998'

red 178 ◦ green 105 ◦ blue 152

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

Shades of Bouquet #B26998

Tints of Bouquet #B26998

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.14%

 BLUE value IS 152 (59.77% from 255) = 34.94%

R = 40.92%
G = 24.14%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#B26998 (or 0xB26998) is known color: Bouquet. HEX triplet: B2, 69 and 98. RGB value is (178,105,152). Sum of RGB (Red+Green+Blue) = 178+105+152=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 105 (41.41% from 255 or 24.14% from 435); Blue value is 152 (59.77% from 255 or 34.94% from 435); Max value from RGB is 178 - color contains mainly: red. Hex color #B26998 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26998 is #4D9667. Grayscale: #848484. Windows color (decimal): -5084776 or 9988530. OLE color: 9988530.

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

Color convert

RGB 178 105 152 -
CMYK 0 0.41 0.15 0.30
HSL 321.37º 0.32% 0.55% -
HSV(B) 321.37º 0.41% 0.7% -
XYZ 29.08 21.84 32.39 -
YUV 132.19 139.18 160.68 -
System Red Green Blue C M Y K H S L
Decimal 178 105 152 0 0.41 0.15 0.30 321.37 0.32 0.55
Hex B2 69 98 0 29 F 1E 141 20 37
Octal 262 151 230 0 51 17 36 501 40 67
Binary 10110010 1101001 10011000 0 101001 1111 11110 101000001 100000 110111

Color Harmonies of #B26998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26998

Black with #B26998

Text Example


Text Example

White with #B26998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26998; }

 p { color: rgb(178,105,152); }

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

background-color css

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

 a { background-color: rgb(178,105,152); }

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

border-color css

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

 span { border-color: rgb(178,105,152); }

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