Html Css Color HEX #B48CA2 Bouquet

📋 copy color: '#B48CA2'

red 180 ◦ green 140 ◦ blue 162

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

Shades of Bouquet #B48CA2

Tints of Bouquet #B48CA2

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.05%

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

R = 37.34%
G = 29.05%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.1

 K value IS 0.29

RGB Variations

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

Color information

#B48CA2 (or 0xB48CA2) is known color: Bouquet. HEX triplet: B4, 8C and A2. RGB value is (180,140,162). Sum of RGB (Red+Green+Blue) = 180+140+162=482 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.34% from 482); Green value is 140 (55.08% from 255 or 29.05% from 482); Blue value is 162 (63.67% from 255 or 33.61% from 482); Max value from RGB is 180 - color contains mainly: red. Hex color #B48CA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48CA2 is #4B735D. Grayscale: #9A9A9A. Windows color (decimal): -4944734 or 10652852. OLE color: 10652852.

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

Color convert

RGB 180 140 162 -
CMYK 0 0.22 0.1 0.29
HSL 327º 0.21% 0.63% -
HSV(B) 327º 0.22% 0.71% -
XYZ 34.72 31.07 38.35 -
YUV 154.47 132.25 146.21 -
System Red Green Blue C M Y K H S L
Decimal 180 140 162 0 0.22 0.1 0.29 327 0.21 0.63
Hex B4 8C A2 0 16 A 1D 147 15 3F
Octal 264 214 242 0 26 12 35 507 25 77
Binary 10110100 10001100 10100010 0 10110 1010 11101 101000111 10101 111111

Color Harmonies of #B48CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48CA2

Black with #B48CA2

Text Example


Text Example

White with #B48CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48CA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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