Html Css Color HEX #B26397 Bouquet

📋 copy color: '#B26397'

red 178 ◦ green 99 ◦ blue 151

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

Shades of Bouquet #B26397

Tints of Bouquet #B26397

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.13%

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

R = 41.59%
G = 23.13%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#B26397 (or 0xB26397) is known color: Bouquet. HEX triplet: B2, 63 and 97. RGB value is (178,99,151). Sum of RGB (Red+Green+Blue) = 178+99+151=428 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.59% from 428); Green value is 99 (39.06% from 255 or 23.13% from 428); Blue value is 151 (59.38% from 255 or 35.28% from 428); Max value from RGB is 178 - color contains mainly: red. Hex color #B26397 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26397 is #4D9C68. Grayscale: #808080. Windows color (decimal): -5086313 or 9921458. OLE color: 9921458.

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

Color convert

RGB 178 99 151 -
CMYK 0 0.44 0.15 0.30
HSL 320.51º 0.34% 0.54% -
HSV(B) 320.51º 0.44% 0.7% -
XYZ 28.41 20.62 31.76 -
YUV 128.55 140.67 163.27 -
System Red Green Blue C M Y K H S L
Decimal 178 99 151 0 0.44 0.15 0.30 320.51 0.34 0.54
Hex B2 63 97 0 2C F 1E 141 22 36
Octal 262 143 227 0 54 17 36 501 42 66
Binary 10110010 1100011 10010111 0 101100 1111 11110 101000001 100010 110110

Color Harmonies of #B26397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26397

Black with #B26397

Text Example


Text Example

White with #B26397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26397; }

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

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

background-color css

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

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

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

border-color css

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

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

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