Html Css Color HEX #B3938D Thatch

📋 copy color: '#B3938D'

red 179 ◦ green 147 ◦ blue 141

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

Shades of Thatch #B3938D

Tints of Thatch #B3938D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.48%

 BLUE value IS 141 (55.47% from 255) = 30.19%

R = 38.33%
G = 31.48%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B3938D (or 0xB3938D) is known color: Thatch. HEX triplet: B3, 93 and 8D. RGB value is (179,147,141). Sum of RGB (Red+Green+Blue) = 179+147+141=467 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.33% from 467); Green value is 147 (57.81% from 255 or 31.48% from 467); Blue value is 141 (55.47% from 255 or 30.19% from 467); Max value from RGB is 179 - color contains mainly: red. Hex color #B3938D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3938D is #4C6C72. Grayscale: #9B9B9B. Windows color (decimal): -5008499 or 9278387. OLE color: 9278387.

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

Color convert

RGB 179 147 141 -
CMYK 0 0.18 0.21 0.30
HSL 9.47º 0.2% 0.63% -
HSV(B) 9.47º 0.21% 0.7% -
XYZ 33.83 32.37 29.67 -
YUV 155.88 119.6 144.49 -
System Red Green Blue C M Y K H S L
Decimal 179 147 141 0 0.18 0.21 0.30 9.47 0.2 0.63
Hex B3 93 8D 0 12 15 1E 9 14 3F
Octal 263 223 215 0 22 25 36 11 24 77
Binary 10110011 10010011 10001101 0 10010 10101 11110 1001 10100 111111

Color Harmonies of #B3938D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3938D

Black with #B3938D

Text Example


Text Example

White with #B3938D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3938D; }

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

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

background-color css

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

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

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

border-color css

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

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

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