Html Css Color HEX #B18698 Bouquet

📋 copy color: '#B18698'

red 177 ◦ green 134 ◦ blue 152

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

Shades of Bouquet #B18698

Tints of Bouquet #B18698

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.94%

 BLUE value IS 152 (59.77% from 255) = 32.83%

R = 38.23%
G = 28.94%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#B18698 (or 0xB18698) is known color: Bouquet. HEX triplet: B1, 86 and 98. RGB value is (177,134,152). Sum of RGB (Red+Green+Blue) = 177+134+152=463 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.23% from 463); Green value is 134 (52.73% from 255 or 28.94% from 463); Blue value is 152 (59.77% from 255 or 32.83% from 463); Max value from RGB is 177 - color contains mainly: red. Hex color #B18698 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18698 is #4E7967. Grayscale: #949494. Windows color (decimal): -5142888 or 9995953. OLE color: 9995953.

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

Color convert

RGB 177 134 152 -
CMYK 0 0.24 0.14 0.31
HSL 334.88º 0.22% 0.61% -
HSV(B) 334.88º 0.24% 0.69% -
XYZ 32.32 28.66 33.53 -
YUV 148.91 129.75 148.04 -
System Red Green Blue C M Y K H S L
Decimal 177 134 152 0 0.24 0.14 0.31 334.88 0.22 0.61
Hex B1 86 98 0 18 E 1F 14F 16 3D
Octal 261 206 230 0 30 16 37 517 26 75
Binary 10110001 10000110 10011000 0 11000 1110 11111 101001111 10110 111101

Color Harmonies of #B18698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18698

Black with #B18698

Text Example


Text Example

White with #B18698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18698; }

 p { color: rgb(177,134,152); }

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

background-color css

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

 a { background-color: rgb(177,134,152); }

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

border-color css

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

 span { border-color: rgb(177,134,152); }

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