Html Css Color HEX #B6859D Bouquet

📋 copy color: '#B6859D'

red 182 ◦ green 133 ◦ blue 157

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

Shades of Bouquet #B6859D

Tints of Bouquet #B6859D

RGB

 RED value IS 182 (71.48% from 255) = 38.56%

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

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

R = 38.56%
G = 28.18%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B6859D (or 0xB6859D) is known color: Bouquet. HEX triplet: B6, 85 and 9D. RGB value is (182,133,157). Sum of RGB (Red+Green+Blue) = 182+133+157=472 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.56% from 472); Green value is 133 (52.34% from 255 or 28.18% from 472); Blue value is 157 (61.72% from 255 or 33.26% from 472); Max value from RGB is 182 - color contains mainly: red. Hex color #B6859D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6859D is #497A62. Grayscale: #969696. Windows color (decimal): -4815459 or 10323382. OLE color: 10323382.

HSL color Cylindrical-coordinate representation of color #B6859D: hue angle of 330.61º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B6859D is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 133 157 -
CMYK 0 0.27 0.14 0.29
HSL 330.61º 0.25% 0.62% -
HSV(B) 330.61º 0.27% 0.71% -
XYZ 33.76 29.15 35.75 -
YUV 150.39 131.73 150.55 -
System Red Green Blue C M Y K H S L
Decimal 182 133 157 0 0.27 0.14 0.29 330.61 0.25 0.62
Hex B6 85 9D 0 1B E 1D 14B 19 3E
Octal 266 205 235 0 33 16 35 513 31 76
Binary 10110110 10000101 10011101 0 11011 1110 11101 101001011 11001 111110

Color Harmonies of #B6859D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6859D

Black with #B6859D

Text Example


Text Example

White with #B6859D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6859D; }

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

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

background-color css

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

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

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

border-color css

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

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

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