Html Css Color HEX #B26898 Bouquet

📋 copy color: '#B26898'

red 178 ◦ green 104 ◦ blue 152

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

Shades of Bouquet #B26898

Tints of Bouquet #B26898

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.96%

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

R = 41.01%
G = 23.96%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#B26898 (or 0xB26898) is known color: Bouquet. HEX triplet: B2, 68 and 98. RGB value is (178,104,152). Sum of RGB (Red+Green+Blue) = 178+104+152=434 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.01% from 434); Green value is 104 (41.02% from 255 or 23.96% from 434); Blue value is 152 (59.77% from 255 or 35.02% from 434); Max value from RGB is 178 - color contains mainly: red. Hex color #B26898 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26898 is #4D9767. Grayscale: #838383. Windows color (decimal): -5085032 or 9988274. OLE color: 9988274.

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

Color convert

RGB 178 104 152 -
CMYK 0 0.42 0.15 0.30
HSL 321.08º 0.32% 0.55% -
HSV(B) 321.08º 0.42% 0.7% -
XYZ 28.98 21.63 32.35 -
YUV 131.6 139.52 161.1 -
System Red Green Blue C M Y K H S L
Decimal 178 104 152 0 0.42 0.15 0.30 321.08 0.32 0.55
Hex B2 68 98 0 2A F 1E 141 20 37
Octal 262 150 230 0 52 17 36 501 40 67
Binary 10110010 1101000 10011000 0 101010 1111 11110 101000001 100000 110111

Color Harmonies of #B26898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26898

Black with #B26898

Text Example


Text Example

White with #B26898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26898; }

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

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

background-color css

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

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

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

border-color css

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

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

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