Html Css Color HEX #B6859F Bouquet

📋 copy color: '#B6859F'

red 182 ◦ green 133 ◦ blue 159

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

Shades of Bouquet #B6859F

Tints of Bouquet #B6859F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 33.54%

R = 38.4%
G = 28.06%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B6859F (or 0xB6859F) is known color: Bouquet. HEX triplet: B6, 85 and 9F. RGB value is (182,133,159). Sum of RGB (Red+Green+Blue) = 182+133+159=474 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.40% from 474); Green value is 133 (52.34% from 255 or 28.06% from 474); Blue value is 159 (62.5% from 255 or 33.54% from 474); Max value from RGB is 182 - color contains mainly: red. Hex color #B6859F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6859F is #497A60. Grayscale: #969696. Windows color (decimal): -4815457 or 10454454. OLE color: 10454454.

HSL color Cylindrical-coordinate representation of color #B6859F: hue angle of 328.16º 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 #B6859F is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 133 159 -
CMYK 0 0.27 0.13 0.29
HSL 328.16º 0.25% 0.62% -
HSV(B) 328.16º 0.27% 0.71% -
XYZ 33.94 29.22 36.65 -
YUV 150.62 132.73 150.39 -
System Red Green Blue C M Y K H S L
Decimal 182 133 159 0 0.27 0.13 0.29 328.16 0.25 0.62
Hex B6 85 9F 0 1B D 1D 148 19 3E
Octal 266 205 237 0 33 15 35 510 31 76
Binary 10110110 10000101 10011111 0 11011 1101 11101 101001000 11001 111110

Color Harmonies of #B6859F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6859F

Black with #B6859F

Text Example


Text Example

White with #B6859F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6859F; }

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

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

background-color css

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

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

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

border-color css

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

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

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