Html Css Color HEX #B28697 Bouquet

📋 copy color: '#B28697'

red 178 ◦ green 134 ◦ blue 151

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

Shades of Bouquet #B28697

Tints of Bouquet #B28697

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.94%

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

R = 38.44%
G = 28.94%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#B28697 (or 0xB28697) is known color: Bouquet. HEX triplet: B2, 86 and 97. RGB value is (178,134,151). Sum of RGB (Red+Green+Blue) = 178+134+151=463 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.44% from 463); Green value is 134 (52.73% from 255 or 28.94% from 463); Blue value is 151 (59.38% from 255 or 32.61% from 463); Max value from RGB is 178 - color contains mainly: red. Hex color #B28697 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28697 is #4D7968. Grayscale: #959595. Windows color (decimal): -5077353 or 9930418. OLE color: 9930418.

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

Color convert

RGB 178 134 151 -
CMYK 0 0.25 0.15 0.30
HSL 336.82º 0.22% 0.61% -
HSV(B) 336.82º 0.25% 0.7% -
XYZ 32.47 28.75 33.12 -
YUV 149.09 129.08 148.62 -
System Red Green Blue C M Y K H S L
Decimal 178 134 151 0 0.25 0.15 0.30 336.82 0.22 0.61
Hex B2 86 97 0 19 F 1E 151 16 3D
Octal 262 206 227 0 31 17 36 521 26 75
Binary 10110010 10000110 10010111 0 11001 1111 11110 101010001 10110 111101

Color Harmonies of #B28697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28697

Black with #B28697

Text Example


Text Example

White with #B28697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28697; }

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

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

background-color css

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

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

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

border-color css

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

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

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