Html Css Color HEX #B18195 Bouquet

📋 copy color: '#B18195'

red 177 ◦ green 129 ◦ blue 149

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

Shades of Bouquet #B18195

Tints of Bouquet #B18195

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.35%

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

R = 38.9%
G = 28.35%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#B18195 (or 0xB18195) is known color: Bouquet. HEX triplet: B1, 81 and 95. RGB value is (177,129,149). Sum of RGB (Red+Green+Blue) = 177+129+149=455 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.90% from 455); Green value is 129 (50.78% from 255 or 28.35% from 455); Blue value is 149 (58.59% from 255 or 32.75% from 455); Max value from RGB is 177 - color contains mainly: red. Hex color #B18195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18195 is #4E7E6A. Grayscale: #919191. Windows color (decimal): -5144171 or 9798065. OLE color: 9798065.

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

Color convert

RGB 177 129 149 -
CMYK 0 0.27 0.16 0.31
HSL 335º 0.24% 0.6% -
HSV(B) 335º 0.27% 0.69% -
XYZ 31.41 27.22 32.03 -
YUV 145.63 129.9 150.37 -
System Red Green Blue C M Y K H S L
Decimal 177 129 149 0 0.27 0.16 0.31 335 0.24 0.6
Hex B1 81 95 0 1B 10 1F 14F 18 3C
Octal 261 201 225 0 33 20 37 517 30 74
Binary 10110001 10000001 10010101 0 11011 10000 11111 101001111 11000 111100

Color Harmonies of #B18195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18195

Black with #B18195

Text Example


Text Example

White with #B18195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18195; }

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

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

background-color css

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

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

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

border-color css

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

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

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