Html Css Color HEX #B6859B Bouquet

📋 copy color: '#B6859B'

red 182 ◦ green 133 ◦ blue 155

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

Shades of Bouquet #B6859B

Tints of Bouquet #B6859B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 32.98%

R = 38.72%
G = 28.3%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B6859B (or 0xB6859B) is known color: Bouquet. HEX triplet: B6, 85 and 9B. RGB value is (182,133,155). Sum of RGB (Red+Green+Blue) = 182+133+155=470 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.72% from 470); Green value is 133 (52.34% from 255 or 28.30% from 470); Blue value is 155 (60.94% from 255 or 32.98% from 470); Max value from RGB is 182 - color contains mainly: red. Hex color #B6859B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6859B is #497A64. Grayscale: #969696. Windows color (decimal): -4815461 or 10192310. OLE color: 10192310.

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

Color convert

RGB 182 133 155 -
CMYK 0 0.27 0.15 0.29
HSL 333.06º 0.25% 0.62% -
HSV(B) 333.06º 0.27% 0.71% -
XYZ 33.6 29.09 34.85 -
YUV 150.16 130.73 150.71 -
System Red Green Blue C M Y K H S L
Decimal 182 133 155 0 0.27 0.15 0.29 333.06 0.25 0.62
Hex B6 85 9B 0 1B F 1D 14D 19 3E
Octal 266 205 233 0 33 17 35 515 31 76
Binary 10110110 10000101 10011011 0 11011 1111 11101 101001101 11001 111110

Color Harmonies of #B6859B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6859B

Black with #B6859B

Text Example


Text Example

White with #B6859B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6859B; }

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

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

background-color css

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

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

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

border-color css

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

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

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