Html Css Color HEX #B4849D Bouquet

📋 copy color: '#B4849D'

red 180 ◦ green 132 ◦ blue 157

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

Shades of Bouquet #B4849D

Tints of Bouquet #B4849D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 33.48%

R = 38.38%
G = 28.14%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B4849D (or 0xB4849D) is known color: Bouquet. HEX triplet: B4, 84 and 9D. RGB value is (180,132,157). Sum of RGB (Red+Green+Blue) = 180+132+157=469 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.38% from 469); Green value is 132 (51.95% from 255 or 28.14% from 469); Blue value is 157 (61.72% from 255 or 33.48% from 469); Max value from RGB is 180 - color contains mainly: red. Hex color #B4849D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4849D is #4B7B62. Grayscale: #959595. Windows color (decimal): -4946787 or 10323124. OLE color: 10323124.

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

Color convert

RGB 180 132 157 -
CMYK 0 0.27 0.13 0.29
HSL 328.75º 0.24% 0.61% -
HSV(B) 328.75º 0.27% 0.71% -
XYZ 33.16 28.64 35.68 -
YUV 149.2 132.4 149.97 -
System Red Green Blue C M Y K H S L
Decimal 180 132 157 0 0.27 0.13 0.29 328.75 0.24 0.61
Hex B4 84 9D 0 1B D 1D 149 18 3D
Octal 264 204 235 0 33 15 35 511 30 75
Binary 10110100 10000100 10011101 0 11011 1101 11101 101001001 11000 111101

Color Harmonies of #B4849D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4849D

Black with #B4849D

Text Example


Text Example

White with #B4849D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4849D; }

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

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

background-color css

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

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

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

border-color css

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

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

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