Html Css Color HEX #B4938D Thatch

📋 copy color: '#B4938D'

red 180 ◦ green 147 ◦ blue 141

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

Shades of Thatch #B4938D

Tints of Thatch #B4938D

RGB

 RED value IS 180 (70.7% from 255) = 38.46%

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

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

R = 38.46%
G = 31.41%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B4938D (or 0xB4938D) is known color: Thatch. HEX triplet: B4, 93 and 8D. RGB value is (180,147,141). Sum of RGB (Red+Green+Blue) = 180+147+141=468 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.46% from 468); Green value is 147 (57.81% from 255 or 31.41% from 468); Blue value is 141 (55.47% from 255 or 30.13% from 468); Max value from RGB is 180 - color contains mainly: red. Hex color #B4938D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4938D is #4B6C72. Grayscale: #9C9C9C. Windows color (decimal): -4942963 or 9278388. OLE color: 9278388.

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

Color convert

RGB 180 147 141 -
CMYK 0 0.18 0.22 0.29
HSL 9.23º 0.21% 0.63% -
HSV(B) 9.23º 0.22% 0.71% -
XYZ 34.06 32.49 29.68 -
YUV 156.18 119.43 144.99 -
System Red Green Blue C M Y K H S L
Decimal 180 147 141 0 0.18 0.22 0.29 9.23 0.21 0.63
Hex B4 93 8D 0 12 16 1D 9 15 3F
Octal 264 223 215 0 22 26 35 11 25 77
Binary 10110100 10010011 10001101 0 10010 10110 11101 1001 10101 111111

Color Harmonies of #B4938D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4938D

Black with #B4938D

Text Example


Text Example

White with #B4938D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4938D; }

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

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

background-color css

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

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

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

border-color css

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

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

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