Html Css Color HEX #B28095 Bouquet

📋 copy color: '#B28095'

red 178 ◦ green 128 ◦ blue 149

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

Shades of Bouquet #B28095

Tints of Bouquet #B28095

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.13%

 BLUE value IS 149 (58.59% from 255) = 32.75%

R = 39.12%
G = 28.13%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#B28095 (or 0xB28095) is known color: Bouquet. HEX triplet: B2, 80 and 95. RGB value is (178,128,149). Sum of RGB (Red+Green+Blue) = 178+128+149=455 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.12% from 455); Green value is 128 (50.39% from 255 or 28.13% from 455); Blue value is 149 (58.59% from 255 or 32.75% from 455); Max value from RGB is 178 - color contains mainly: red. Hex color #B28095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28095 is #4D7F6A. Grayscale: #919191. Windows color (decimal): -5078891 or 9797810. OLE color: 9797810.

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

Color convert

RGB 178 128 149 -
CMYK 0 0.28 0.16 0.30
HSL 334.8º 0.25% 0.6% -
HSV(B) 334.8º 0.28% 0.7% -
XYZ 31.5 27.07 32 -
YUV 145.34 130.07 151.29 -
System Red Green Blue C M Y K H S L
Decimal 178 128 149 0 0.28 0.16 0.30 334.8 0.25 0.6
Hex B2 80 95 0 1C 10 1E 14F 19 3C
Octal 262 200 225 0 34 20 36 517 31 74
Binary 10110010 10000000 10010101 0 11100 10000 11110 101001111 11001 111100

Color Harmonies of #B28095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28095

Black with #B28095

Text Example


Text Example

White with #B28095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28095; }

 p { color: rgb(178,128,149); }

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

background-color css

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

 a { background-color: rgb(178,128,149); }

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

border-color css

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

 span { border-color: rgb(178,128,149); }

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