Html Css Color HEX #B26797 Bouquet

📋 copy color: '#B26797'

red 178 ◦ green 103 ◦ blue 151

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

Shades of Bouquet #B26797

Tints of Bouquet #B26797

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.84%

 BLUE value IS 151 (59.38% from 255) = 34.95%

R = 41.2%
G = 23.84%
B = 34.95%

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

#B26797 (or 0xB26797) is known color: Bouquet. HEX triplet: B2, 67 and 97. RGB value is (178,103,151). Sum of RGB (Red+Green+Blue) = 178+103+151=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 103 (40.62% from 255 or 23.84% from 432); Blue value is 151 (59.38% from 255 or 34.95% from 432); Max value from RGB is 178 - color contains mainly: red. Hex color #B26797 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26797 is #4D9868. Grayscale: #828282. Windows color (decimal): -5085289 or 9922482. OLE color: 9922482.

HSL color Cylindrical-coordinate representation of color #B26797: hue angle of 321.6º degrees, saturation: 0.33, 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 #B26797 is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 103 151 -
CMYK 0 0.42 0.15 0.30
HSL 321.6º 0.33% 0.55% -
HSV(B) 321.6º 0.42% 0.7% -
XYZ 28.8 21.4 31.89 -
YUV 130.9 139.35 161.6 -
System Red Green Blue C M Y K H S L
Decimal 178 103 151 0 0.42 0.15 0.30 321.6 0.33 0.55
Hex B2 67 97 0 2A F 1E 142 21 37
Octal 262 147 227 0 52 17 36 502 41 67
Binary 10110010 1100111 10010111 0 101010 1111 11110 101000010 100001 110111

Color Harmonies of #B26797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26797

Black with #B26797

Text Example


Text Example

White with #B26797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26797; }

 p { color: rgb(178,103,151); }

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

background-color css

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

 a { background-color: rgb(178,103,151); }

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

border-color css

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

 span { border-color: rgb(178,103,151); }

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