Html Css Color HEX #B4849B Bouquet

📋 copy color: '#B4849B'

red 180 ◦ green 132 ◦ blue 155

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

Shades of Bouquet #B4849B

Tints of Bouquet #B4849B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.27%

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

R = 38.54%
G = 28.27%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B4849B (or 0xB4849B) is known color: Bouquet. HEX triplet: B4, 84 and 9B. RGB value is (180,132,155). Sum of RGB (Red+Green+Blue) = 180+132+155=467 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.54% from 467); Green value is 132 (51.95% from 255 or 28.27% from 467); Blue value is 155 (60.94% from 255 or 33.19% from 467); Max value from RGB is 180 - color contains mainly: red. Hex color #B4849B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4849B is #4B7B64. Grayscale: #949494. Windows color (decimal): -4946789 or 10192052. OLE color: 10192052.

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

Color convert

RGB 180 132 155 -
CMYK 0 0.27 0.14 0.29
HSL 331.25º 0.24% 0.61% -
HSV(B) 331.25º 0.27% 0.71% -
XYZ 32.99 28.57 34.79 -
YUV 148.97 131.4 150.13 -
System Red Green Blue C M Y K H S L
Decimal 180 132 155 0 0.27 0.14 0.29 331.25 0.24 0.61
Hex B4 84 9B 0 1B E 1D 14B 18 3D
Octal 264 204 233 0 33 16 35 513 30 75
Binary 10110100 10000100 10011011 0 11011 1110 11101 101001011 11000 111101

Color Harmonies of #B4849B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4849B

Black with #B4849B

Text Example


Text Example

White with #B4849B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4849B; }

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

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

background-color css

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

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

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

border-color css

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

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

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