Html Css Color HEX #B18FA0 Bouquet

📋 copy color: '#B18FA0'

red 177 ◦ green 143 ◦ blue 160

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

Shades of Bouquet #B18FA0

Tints of Bouquet #B18FA0

RGB

 RED value IS 177 (69.53% from 255) = 36.88%

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

 BLUE value IS 160 (62.89% from 255) = 33.33%

R = 36.88%
G = 29.79%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B18FA0 (or 0xB18FA0) is known color: Bouquet. HEX triplet: B1, 8F and A0. RGB value is (177,143,160). Sum of RGB (Red+Green+Blue) = 177+143+160=480 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.88% from 480); Green value is 143 (56.25% from 255 or 29.79% from 480); Blue value is 160 (62.89% from 255 or 33.33% from 480); Max value from RGB is 177 - color contains mainly: red. Hex color #B18FA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18FA0 is #4E705F. Grayscale: #9B9B9B. Windows color (decimal): -5140576 or 10522545. OLE color: 10522545.

HSL color Cylindrical-coordinate representation of color #B18FA0: hue angle of 330º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B18FA0 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 143 160 -
CMYK 0 0.19 0.10 0.31
HSL 330º 0.18% 0.63% -
HSV(B) 330º 0.19% 0.69% -
XYZ 34.3 31.53 37.54 -
YUV 155.1 130.76 143.62 -
System Red Green Blue C M Y K H S L
Decimal 177 143 160 0 0.19 0.10 0.31 330 0.18 0.63
Hex B1 8F A0 0 13 A 1F 14A 12 3F
Octal 261 217 240 0 23 12 37 512 22 77
Binary 10110001 10001111 10100000 0 10011 1010 11111 101001010 10010 111111

Color Harmonies of #B18FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18FA0

Black with #B18FA0

Text Example


Text Example

White with #B18FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18FA0; }

 p { color: rgb(177,143,160); }

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

background-color css

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

 a { background-color: rgb(177,143,160); }

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

border-color css

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

 span { border-color: rgb(177,143,160); }

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