Html Css Color HEX #B4859A Bouquet

📋 copy color: '#B4859A'

red 180 ◦ green 133 ◦ blue 154

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

Shades of Bouquet #B4859A

Tints of Bouquet #B4859A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 32.98%

R = 38.54%
G = 28.48%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B4859A (or 0xB4859A) is known color: Bouquet. HEX triplet: B4, 85 and 9A. RGB value is (180,133,154). Sum of RGB (Red+Green+Blue) = 180+133+154=467 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.54% from 467); Green value is 133 (52.34% from 255 or 28.48% from 467); Blue value is 154 (60.55% from 255 or 32.98% from 467); Max value from RGB is 180 - color contains mainly: red. Hex color #B4859A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4859A is #4B7A65. Grayscale: #959595. Windows color (decimal): -4946534 or 10126772. OLE color: 10126772.

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

Color convert

RGB 180 133 154 -
CMYK 0 0.26 0.14 0.29
HSL 333.19º 0.24% 0.61% -
HSV(B) 333.19º 0.26% 0.71% -
XYZ 33.04 28.81 34.39 -
YUV 149.45 130.57 149.79 -
System Red Green Blue C M Y K H S L
Decimal 180 133 154 0 0.26 0.14 0.29 333.19 0.24 0.61
Hex B4 85 9A 0 1A E 1D 14D 18 3D
Octal 264 205 232 0 32 16 35 515 30 75
Binary 10110100 10000101 10011010 0 11010 1110 11101 101001101 11000 111101

Color Harmonies of #B4859A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4859A

Black with #B4859A

Text Example


Text Example

White with #B4859A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4859A; }

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

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

background-color css

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

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

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

border-color css

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

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

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