Html Css Color HEX #B4859B Bouquet

📋 copy color: '#B4859B'

red 180 ◦ green 133 ◦ blue 155

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

Shades of Bouquet #B4859B

Tints of Bouquet #B4859B

RGB

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

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

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

R = 38.46%
G = 28.42%
B = 33.12%

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

#B4859B (or 0xB4859B) is known color: Bouquet. HEX triplet: B4, 85 and 9B. RGB value is (180,133,155). Sum of RGB (Red+Green+Blue) = 180+133+155=468 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.46% from 468); Green value is 133 (52.34% from 255 or 28.42% from 468); Blue value is 155 (60.94% from 255 or 33.12% from 468); Max value from RGB is 180 - color contains mainly: red. Hex color #B4859B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4859B is #4B7A64. Grayscale: #959595. Windows color (decimal): -4946533 or 10192308. OLE color: 10192308.

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

Color convert

RGB 180 133 155 -
CMYK 0 0.26 0.14 0.29
HSL 331.91º 0.24% 0.61% -
HSV(B) 331.91º 0.26% 0.71% -
XYZ 33.13 28.84 34.83 -
YUV 149.56 131.07 149.71 -
System Red Green Blue C M Y K H S L
Decimal 180 133 155 0 0.26 0.14 0.29 331.91 0.24 0.61
Hex B4 85 9B 0 1A E 1D 14C 18 3D
Octal 264 205 233 0 32 16 35 514 30 75
Binary 10110100 10000101 10011011 0 11010 1110 11101 101001100 11000 111101

Color Harmonies of #B4859B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4859B

Black with #B4859B

Text Example


Text Example

White with #B4859B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4859B; }

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

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

background-color css

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

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

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

border-color css

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

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

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