Html Css Color HEX #B48FA2 Bouquet

📋 copy color: '#B48FA2'

red 180 ◦ green 143 ◦ blue 162

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

Shades of Bouquet #B48FA2

Tints of Bouquet #B48FA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 33.4%

R = 37.11%
G = 29.48%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.1

 K value IS 0.29

RGB Variations

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

Color information

#B48FA2 (or 0xB48FA2) is known color: Bouquet. HEX triplet: B4, 8F and A2. RGB value is (180,143,162). Sum of RGB (Red+Green+Blue) = 180+143+162=485 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.11% from 485); Green value is 143 (56.25% from 255 or 29.48% from 485); Blue value is 162 (63.67% from 255 or 33.40% from 485); Max value from RGB is 180 - color contains mainly: red. Hex color #B48FA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48FA2 is #4B705D. Grayscale: #9C9C9C. Windows color (decimal): -4943966 or 10653620. OLE color: 10653620.

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

Color convert

RGB 180 143 162 -
CMYK 0 0.21 0.1 0.29
HSL 329.19º 0.2% 0.63% -
HSV(B) 329.19º 0.21% 0.71% -
XYZ 35.17 31.96 38.5 -
YUV 156.23 131.26 144.96 -
System Red Green Blue C M Y K H S L
Decimal 180 143 162 0 0.21 0.1 0.29 329.19 0.2 0.63
Hex B4 8F A2 0 15 A 1D 149 14 3F
Octal 264 217 242 0 25 12 35 511 24 77
Binary 10110100 10001111 10100010 0 10101 1010 11101 101001001 10100 111111

Color Harmonies of #B48FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48FA2

Black with #B48FA2

Text Example


Text Example

White with #B48FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48FA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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