Html Css Color HEX #B18CA5 Bouquet

📋 copy color: '#B18CA5'

red 177 ◦ green 140 ◦ blue 165

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

Shades of Bouquet #B18CA5

Tints of Bouquet #B18CA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 34.23%

R = 36.72%
G = 29.05%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#B18CA5 (or 0xB18CA5) is known color: Bouquet. HEX triplet: B1, 8C and A5. RGB value is (177,140,165). Sum of RGB (Red+Green+Blue) = 177+140+165=482 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.72% from 482); Green value is 140 (55.08% from 255 or 29.05% from 482); Blue value is 165 (64.84% from 255 or 34.23% from 482); Max value from RGB is 177 - color contains mainly: red. Hex color #B18CA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18CA5 is #4E735A. Grayscale: #999999. Windows color (decimal): -5141339 or 10849457. OLE color: 10849457.

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

Color convert

RGB 177 140 165 -
CMYK 0 0.21 0.07 0.31
HSL 319.46º 0.19% 0.62% -
HSV(B) 319.46º 0.21% 0.69% -
XYZ 34.3 30.82 39.74 -
YUV 153.91 134.26 144.47 -
System Red Green Blue C M Y K H S L
Decimal 177 140 165 0 0.21 0.07 0.31 319.46 0.19 0.62
Hex B1 8C A5 0 15 7 1F 13F 13 3E
Octal 261 214 245 0 25 7 37 477 23 76
Binary 10110001 10001100 10100101 0 10101 111 11111 100111111 10011 111110

Color Harmonies of #B18CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18CA5

Black with #B18CA5

Text Example


Text Example

White with #B18CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18CA5; }

 p { color: rgb(177,140,165); }

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

background-color css

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

 a { background-color: rgb(177,140,165); }

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

border-color css

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

 span { border-color: rgb(177,140,165); }

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