Html Css Color HEX #B38D87 Thatch

📋 copy color: '#B38D87'

red 179 ◦ green 141 ◦ blue 135

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

Shades of Thatch #B38D87

Tints of Thatch #B38D87

RGB

 RED value IS 179 (70.31% from 255) = 39.34%

 GREEN value IS 141 (55.47% from 255) = 30.99%

 BLUE value IS 135 (53.13% from 255) = 29.67%

R = 39.34%
G = 30.99%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#B38D87 (or 0xB38D87) is known color: Thatch. HEX triplet: B3, 8D and 87. RGB value is (179,141,135). Sum of RGB (Red+Green+Blue) = 179+141+135=455 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.34% from 455); Green value is 141 (55.47% from 255 or 30.99% from 455); Blue value is 135 (53.12% from 255 or 29.67% from 455); Max value from RGB is 179 - color contains mainly: red. Hex color #B38D87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38D87 is #4C7278. Grayscale: #979797. Windows color (decimal): -5010041 or 8883635. OLE color: 8883635.

HSL color Cylindrical-coordinate representation of color #B38D87: hue angle of 8.18º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B38D87 is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 141 135 -
CMYK 0 0.21 0.25 0.30
HSL 8.18º 0.22% 0.62% -
HSV(B) 8.18º 0.25% 0.7% -
XYZ 32.49 30.38 27.07 -
YUV 151.68 118.59 147.49 -
System Red Green Blue C M Y K H S L
Decimal 179 141 135 0 0.21 0.25 0.30 8.18 0.22 0.62
Hex B3 8D 87 0 15 19 1E 8 16 3E
Octal 263 215 207 0 25 31 36 10 26 76
Binary 10110011 10001101 10000111 0 10101 11001 11110 1000 10110 111110

Color Harmonies of #B38D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38D87

Black with #B38D87

Text Example


Text Example

White with #B38D87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38D87; }

 p { color: rgb(179,141,135); }

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

background-color css

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

 a { background-color: rgb(179,141,135); }

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

border-color css

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

 span { border-color: rgb(179,141,135); }

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