Html Css Color HEX #B4859F Bouquet

📋 copy color: '#B4859F'

red 180 ◦ green 133 ◦ blue 159

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

Shades of Bouquet #B4859F

Tints of Bouquet #B4859F

RGB

 RED value IS 180 (70.7% from 255) = 38.14%

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

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

R = 38.14%
G = 28.18%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B4859F (or 0xB4859F) is known color: Bouquet. HEX triplet: B4, 85 and 9F. RGB value is (180,133,159). Sum of RGB (Red+Green+Blue) = 180+133+159=472 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.14% from 472); Green value is 133 (52.34% from 255 or 28.18% from 472); Blue value is 159 (62.5% from 255 or 33.69% from 472); Max value from RGB is 180 - color contains mainly: red. Hex color #B4859F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4859F is #4B7A60. Grayscale: #959595. Windows color (decimal): -4946529 or 10454452. OLE color: 10454452.

HSL color Cylindrical-coordinate representation of color #B4859F: hue angle of 326.81º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B4859F is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 133 159 -
CMYK 0 0.26 0.12 0.29
HSL 326.81º 0.24% 0.61% -
HSV(B) 326.81º 0.26% 0.71% -
XYZ 33.47 28.98 36.63 -
YUV 150.02 133.07 149.39 -
System Red Green Blue C M Y K H S L
Decimal 180 133 159 0 0.26 0.12 0.29 326.81 0.24 0.61
Hex B4 85 9F 0 1A C 1D 147 18 3D
Octal 264 205 237 0 32 14 35 507 30 75
Binary 10110100 10000101 10011111 0 11010 1100 11101 101000111 11000 111101

Color Harmonies of #B4859F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4859F

Black with #B4859F

Text Example


Text Example

White with #B4859F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4859F; }

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

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

background-color css

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

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

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

border-color css

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

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

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