Html Css Color HEX #B2859D Bouquet

📋 copy color: '#B2859D'

red 178 ◦ green 133 ◦ blue 157

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

Shades of Bouquet #B2859D

Tints of Bouquet #B2859D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 33.55%

R = 38.03%
G = 28.42%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#B2859D (or 0xB2859D) is known color: Bouquet. HEX triplet: B2, 85 and 9D. RGB value is (178,133,157). Sum of RGB (Red+Green+Blue) = 178+133+157=468 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.03% from 468); Green value is 133 (52.34% from 255 or 28.42% from 468); Blue value is 157 (61.72% from 255 or 33.55% from 468); Max value from RGB is 178 - color contains mainly: red. Hex color #B2859D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2859D is #4D7A62. Grayscale: #959595. Windows color (decimal): -5077603 or 10323378. OLE color: 10323378.

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

Color convert

RGB 178 133 157 -
CMYK 0 0.25 0.12 0.30
HSL 328º 0.23% 0.61% -
HSV(B) 328º 0.25% 0.7% -
XYZ 32.83 28.67 35.7 -
YUV 149.19 132.41 148.55 -
System Red Green Blue C M Y K H S L
Decimal 178 133 157 0 0.25 0.12 0.30 328 0.23 0.61
Hex B2 85 9D 0 19 C 1E 148 17 3D
Octal 262 205 235 0 31 14 36 510 27 75
Binary 10110010 10000101 10011101 0 11001 1100 11110 101001000 10111 111101

Color Harmonies of #B2859D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2859D

Black with #B2859D

Text Example


Text Example

White with #B2859D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2859D; }

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

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

background-color css

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

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

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

border-color css

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

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

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