Html Css Color HEX #B48FA3 Bouquet

📋 copy color: '#B48FA3'

red 180 ◦ green 143 ◦ blue 163

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

Shades of Bouquet #B48FA3

Tints of Bouquet #B48FA3

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.42%

 BLUE value IS 163 (64.06% from 255) = 33.54%

R = 37.04%
G = 29.42%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#B48FA3 (or 0xB48FA3) is known color: Bouquet. HEX triplet: B4, 8F and A3. RGB value is (180,143,163). Sum of RGB (Red+Green+Blue) = 180+143+163=486 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.04% from 486); Green value is 143 (56.25% from 255 or 29.42% from 486); Blue value is 163 (64.06% from 255 or 33.54% from 486); Max value from RGB is 180 - color contains mainly: red. Hex color #B48FA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48FA3 is #4B705C. Grayscale: #9C9C9C. Windows color (decimal): -4943965 or 10719156. OLE color: 10719156.

HSL color Cylindrical-coordinate representation of color #B48FA3: hue angle of 327.57º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B48FA3 is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 143 163 -
CMYK 0 0.21 0.09 0.29
HSL 327.57º 0.2% 0.63% -
HSV(B) 327.57º 0.21% 0.71% -
XYZ 35.26 31.99 38.97 -
YUV 156.34 131.76 144.87 -
System Red Green Blue C M Y K H S L
Decimal 180 143 163 0 0.21 0.09 0.29 327.57 0.2 0.63
Hex B4 8F A3 0 15 9 1D 148 14 3F
Octal 264 217 243 0 25 11 35 510 24 77
Binary 10110100 10001111 10100011 0 10101 1001 11101 101001000 10100 111111

Color Harmonies of #B48FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48FA3

Black with #B48FA3

Text Example


Text Example

White with #B48FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48FA3; }

 p { color: rgb(180,143,163); }

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

background-color css

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

 a { background-color: rgb(180,143,163); }

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

border-color css

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

 span { border-color: rgb(180,143,163); }

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