Html Css Color HEX #B28195 Bouquet

📋 copy color: '#B28195'

red 178 ◦ green 129 ◦ blue 149

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

Shades of Bouquet #B28195

Tints of Bouquet #B28195

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.29%

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

R = 39.04%
G = 28.29%
B = 32.68%

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

#B28195 (or 0xB28195) is known color: Bouquet. HEX triplet: B2, 81 and 95. RGB value is (178,129,149). Sum of RGB (Red+Green+Blue) = 178+129+149=456 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.04% from 456); Green value is 129 (50.78% from 255 or 28.29% from 456); Blue value is 149 (58.59% from 255 or 32.68% from 456); Max value from RGB is 178 - color contains mainly: red. Hex color #B28195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28195 is #4D7E6A. Grayscale: #919191. Windows color (decimal): -5078635 or 9798066. OLE color: 9798066.

HSL color Cylindrical-coordinate representation of color #B28195: hue angle of 335.51º degrees, saturation: 0.24, 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 #B28195 is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 129 149 -
CMYK 0 0.28 0.16 0.30
HSL 335.51º 0.24% 0.6% -
HSV(B) 335.51º 0.28% 0.7% -
XYZ 31.64 27.34 32.04 -
YUV 145.93 129.73 150.87 -
System Red Green Blue C M Y K H S L
Decimal 178 129 149 0 0.28 0.16 0.30 335.51 0.24 0.6
Hex B2 81 95 0 1C 10 1E 150 18 3C
Octal 262 201 225 0 34 20 36 520 30 74
Binary 10110010 10000001 10010101 0 11100 10000 11110 101010000 11000 111100

Color Harmonies of #B28195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28195

Black with #B28195

Text Example


Text Example

White with #B28195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28195; }

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

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

background-color css

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

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

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

border-color css

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

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

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