Html Css Color HEX #B18495 Bouquet

📋 copy color: '#B18495'

red 177 ◦ green 132 ◦ blue 149

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

Shades of Bouquet #B18495

Tints of Bouquet #B18495

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.82%

 BLUE value IS 149 (58.59% from 255) = 32.53%

R = 38.65%
G = 28.82%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#B18495 (or 0xB18495) is known color: Bouquet. HEX triplet: B1, 84 and 95. RGB value is (177,132,149). Sum of RGB (Red+Green+Blue) = 177+132+149=458 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.65% from 458); Green value is 132 (51.95% from 255 or 28.82% from 458); Blue value is 149 (58.59% from 255 or 32.53% from 458); Max value from RGB is 177 - color contains mainly: red. Hex color #B18495 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18495 is #4E7B6A. Grayscale: #939393. Windows color (decimal): -5143403 or 9798833. OLE color: 9798833.

HSL color Cylindrical-coordinate representation of color #B18495: hue angle of 337.33º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B18495 is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 132 149 -
CMYK 0 0.25 0.16 0.31
HSL 337.33º 0.22% 0.61% -
HSV(B) 337.33º 0.25% 0.69% -
XYZ 31.81 28.02 32.17 -
YUV 147.39 128.91 149.12 -
System Red Green Blue C M Y K H S L
Decimal 177 132 149 0 0.25 0.16 0.31 337.33 0.22 0.61
Hex B1 84 95 0 19 10 1F 151 16 3D
Octal 261 204 225 0 31 20 37 521 26 75
Binary 10110001 10000100 10010101 0 11001 10000 11111 101010001 10110 111101

Color Harmonies of #B18495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18495

Black with #B18495

Text Example


Text Example

White with #B18495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18495; }

 p { color: rgb(177,132,149); }

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

background-color css

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

 a { background-color: rgb(177,132,149); }

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

border-color css

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

 span { border-color: rgb(177,132,149); }

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