Html Css Color HEX #B18C88 Thatch

📋 copy color: '#B18C88'

red 177 ◦ green 140 ◦ blue 136

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

Shades of Thatch #B18C88

Tints of Thatch #B18C88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 30.02%

R = 39.07%
G = 30.91%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#B18C88 (or 0xB18C88) is known color: Thatch. HEX triplet: B1, 8C and 88. RGB value is (177,140,136). Sum of RGB (Red+Green+Blue) = 177+140+136=453 (60% of max value = 765). Red value is 177 (69.53% from 255 or 39.07% from 453); Green value is 140 (55.08% from 255 or 30.91% from 453); Blue value is 136 (53.52% from 255 or 30.02% from 453); Max value from RGB is 177 - color contains mainly: red. Hex color #B18C88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18C88 is #4E7377. Grayscale: #969696. Windows color (decimal): -5141368 or 8948913. OLE color: 8948913.

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

Color convert

RGB 177 140 136 -
CMYK 0 0.21 0.23 0.31
HSL 5.85º 0.21% 0.61% -
HSV(B) 5.85º 0.23% 0.69% -
XYZ 31.95 29.88 27.38 -
YUV 150.61 119.76 146.83 -
System Red Green Blue C M Y K H S L
Decimal 177 140 136 0 0.21 0.23 0.31 5.85 0.21 0.61
Hex B1 8C 88 0 15 17 1F 6 15 3D
Octal 261 214 210 0 25 27 37 6 25 75
Binary 10110001 10001100 10001000 0 10101 10111 11111 110 10101 111101

Color Harmonies of #B18C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18C88

Black with #B18C88

Text Example


Text Example

White with #B18C88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18C88; }

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

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

background-color css

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

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

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

border-color css

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

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

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