Html Css Color HEX #B8859F Bouquet

📋 copy color: '#B8859F'

red 184 ◦ green 133 ◦ blue 159

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

Shades of Bouquet #B8859F

Tints of Bouquet #B8859F

RGB

 RED value IS 184 (72.27% from 255) = 38.66%

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

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

R = 38.66%
G = 27.94%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.14

 K value IS 0.28

RGB Variations

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

Color information

#B8859F (or 0xB8859F) is known color: Bouquet. HEX triplet: B8, 85 and 9F. RGB value is (184,133,159). Sum of RGB (Red+Green+Blue) = 184+133+159=476 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.66% from 476); Green value is 133 (52.34% from 255 or 27.94% from 476); Blue value is 159 (62.5% from 255 or 33.40% from 476); Max value from RGB is 184 - color contains mainly: red. Hex color #B8859F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8859F is #477A60. Grayscale: #979797. Windows color (decimal): -4684385 or 10454456. OLE color: 10454456.

HSL color Cylindrical-coordinate representation of color #B8859F: hue angle of 329.41º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8859F is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 133 159 -
CMYK 0 0.28 0.14 0.28
HSL 329.41º 0.26% 0.62% -
HSV(B) 329.41º 0.28% 0.72% -
XYZ 34.41 29.47 36.68 -
YUV 151.21 132.4 151.39 -
System Red Green Blue C M Y K H S L
Decimal 184 133 159 0 0.28 0.14 0.28 329.41 0.26 0.62
Hex B8 85 9F 0 1C E 1C 149 1A 3E
Octal 270 205 237 0 34 16 34 511 32 76
Binary 10111000 10000101 10011111 0 11100 1110 11100 101001001 11010 111110

Color Harmonies of #B8859F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8859F

Black with #B8859F

Text Example


Text Example

White with #B8859F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8859F; }

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

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

background-color css

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

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

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

border-color css

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

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

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