Html Css Color HEX #B28699 Bouquet

📋 copy color: '#B28699'

red 178 ◦ green 134 ◦ blue 153

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

Shades of Bouquet #B28699

Tints of Bouquet #B28699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 32.9%

R = 38.28%
G = 28.82%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.14

 K value IS 0.30

RGB Variations

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

Color information

#B28699 (or 0xB28699) is known color: Bouquet. HEX triplet: B2, 86 and 99. RGB value is (178,134,153). Sum of RGB (Red+Green+Blue) = 178+134+153=465 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.28% from 465); Green value is 134 (52.73% from 255 or 28.82% from 465); Blue value is 153 (60.16% from 255 or 32.90% from 465); Max value from RGB is 178 - color contains mainly: red. Hex color #B28699 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28699 is #4D7966. Grayscale: #959595. Windows color (decimal): -5077351 or 10061490. OLE color: 10061490.

HSL color Cylindrical-coordinate representation of color #B28699: hue angle of 334.09º 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 #B28699 is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 134 153 -
CMYK 0 0.25 0.14 0.30
HSL 334.09º 0.22% 0.61% -
HSV(B) 334.09º 0.25% 0.7% -
XYZ 32.63 28.82 33.98 -
YUV 149.32 130.08 148.46 -
System Red Green Blue C M Y K H S L
Decimal 178 134 153 0 0.25 0.14 0.30 334.09 0.22 0.61
Hex B2 86 99 0 19 E 1E 14E 16 3D
Octal 262 206 231 0 31 16 36 516 26 75
Binary 10110010 10000110 10011001 0 11001 1110 11110 101001110 10110 111101

Color Harmonies of #B28699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28699

Black with #B28699

Text Example


Text Example

White with #B28699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28699; }

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

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

background-color css

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

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

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

border-color css

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

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

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