Html Css Color HEX #B28596 Bouquet

📋 copy color: '#B28596'

red 178 ◦ green 133 ◦ blue 150

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

Shades of Bouquet #B28596

Tints of Bouquet #B28596

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.85%

 BLUE value IS 150 (58.98% from 255) = 32.54%

R = 38.61%
G = 28.85%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#B28596 (or 0xB28596) is known color: Bouquet. HEX triplet: B2, 85 and 96. RGB value is (178,133,150). Sum of RGB (Red+Green+Blue) = 178+133+150=461 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.61% from 461); Green value is 133 (52.34% from 255 or 28.85% from 461); Blue value is 150 (58.98% from 255 or 32.54% from 461); Max value from RGB is 178 - color contains mainly: red. Hex color #B28596 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28596 is #4D7A69. Grayscale: #949494. Windows color (decimal): -5077610 or 9864626. OLE color: 9864626.

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

Color convert

RGB 178 133 150 -
CMYK 0 0.25 0.16 0.30
HSL 337.33º 0.23% 0.61% -
HSV(B) 337.33º 0.25% 0.7% -
XYZ 32.25 28.44 32.64 -
YUV 148.39 128.91 149.12 -
System Red Green Blue C M Y K H S L
Decimal 178 133 150 0 0.25 0.16 0.30 337.33 0.23 0.61
Hex B2 85 96 0 19 10 1E 151 17 3D
Octal 262 205 226 0 31 20 36 521 27 75
Binary 10110010 10000101 10010110 0 11001 10000 11110 101010001 10111 111101

Color Harmonies of #B28596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28596

Black with #B28596

Text Example


Text Example

White with #B28596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28596; }

 p { color: rgb(178,133,150); }

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

background-color css

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

 a { background-color: rgb(178,133,150); }

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

border-color css

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

 span { border-color: rgb(178,133,150); }

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