Html Css Color HEX #B48EA2 Bouquet

📋 copy color: '#B48EA2'

red 180 ◦ green 142 ◦ blue 162

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

Shades of Bouquet #B48EA2

Tints of Bouquet #B48EA2

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.34%

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

R = 37.19%
G = 29.34%
B = 33.47%

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

#B48EA2 (or 0xB48EA2) is known color: Bouquet. HEX triplet: B4, 8E and A2. RGB value is (180,142,162). Sum of RGB (Red+Green+Blue) = 180+142+162=484 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.19% from 484); Green value is 142 (55.86% from 255 or 29.34% from 484); Blue value is 162 (63.67% from 255 or 33.47% from 484); Max value from RGB is 180 - color contains mainly: red. Hex color #B48EA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48EA2 is #4B715D. Grayscale: #9B9B9B. Windows color (decimal): -4944222 or 10653364. OLE color: 10653364.

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

Color convert

RGB 180 142 162 -
CMYK 0 0.21 0.1 0.29
HSL 328.42º 0.2% 0.63% -
HSV(B) 328.42º 0.21% 0.71% -
XYZ 35.02 31.66 38.45 -
YUV 155.64 131.59 145.37 -
System Red Green Blue C M Y K H S L
Decimal 180 142 162 0 0.21 0.1 0.29 328.42 0.2 0.63
Hex B4 8E A2 0 15 A 1D 148 14 3F
Octal 264 216 242 0 25 12 35 510 24 77
Binary 10110100 10001110 10100010 0 10101 1010 11101 101001000 10100 111111

Color Harmonies of #B48EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48EA2

Black with #B48EA2

Text Example


Text Example

White with #B48EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48EA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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