Html Css Color HEX #B18F85 Thatch

📋 copy color: '#B18F85'

red 177 ◦ green 143 ◦ blue 133

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

Shades of Thatch #B18F85

Tints of Thatch #B18F85

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.57%

 BLUE value IS 133 (52.34% from 255) = 29.36%

R = 39.07%
G = 31.57%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#B18F85 (or 0xB18F85) is known color: Thatch. HEX triplet: B1, 8F and 85. RGB value is (177,143,133). Sum of RGB (Red+Green+Blue) = 177+143+133=453 (60% of max value = 765). Red value is 177 (69.53% from 255 or 39.07% from 453); Green value is 143 (56.25% from 255 or 31.57% from 453); Blue value is 133 (52.34% from 255 or 29.36% from 453); Max value from RGB is 177 - color contains mainly: red. Hex color #B18F85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18F85 is #4E707A. Grayscale: #989898. Windows color (decimal): -5140603 or 8753073. OLE color: 8753073.

HSL color Cylindrical-coordinate representation of color #B18F85: hue angle of 13.64º 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 #B18F85 is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 143 133 -
CMYK 0 0.19 0.25 0.31
HSL 13.64º 0.22% 0.61% -
HSV(B) 13.64º 0.25% 0.69% -
XYZ 32.19 30.69 26.42 -
YUV 152.03 117.26 145.81 -
System Red Green Blue C M Y K H S L
Decimal 177 143 133 0 0.19 0.25 0.31 13.64 0.22 0.61
Hex B1 8F 85 0 13 19 1F E 16 3D
Octal 261 217 205 0 23 31 37 16 26 75
Binary 10110001 10001111 10000101 0 10011 11001 11111 1110 10110 111101

Color Harmonies of #B18F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18F85

Black with #B18F85

Text Example


Text Example

White with #B18F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18F85; }

 p { color: rgb(177,143,133); }

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

background-color css

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

 a { background-color: rgb(177,143,133); }

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

border-color css

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

 span { border-color: rgb(177,143,133); }

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