Html Css Color HEX #B4938A Thatch

📋 copy color: '#B4938A'

red 180 ◦ green 147 ◦ blue 138

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

Shades of Thatch #B4938A

Tints of Thatch #B4938A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.68%

R = 38.71%
G = 31.61%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B4938A (or 0xB4938A) is known color: Thatch. HEX triplet: B4, 93 and 8A. RGB value is (180,147,138). Sum of RGB (Red+Green+Blue) = 180+147+138=465 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.71% from 465); Green value is 147 (57.81% from 255 or 31.61% from 465); Blue value is 138 (54.30% from 255 or 29.68% from 465); Max value from RGB is 180 - color contains mainly: red. Hex color #B4938A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4938A is #4B6C75. Grayscale: #9B9B9B. Windows color (decimal): -4942966 or 9081780. OLE color: 9081780.

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

Color convert

RGB 180 147 138 -
CMYK 0 0.18 0.23 0.29
HSL 12.86º 0.22% 0.62% -
HSV(B) 12.86º 0.23% 0.71% -
XYZ 33.84 32.41 28.52 -
YUV 155.84 117.93 145.23 -
System Red Green Blue C M Y K H S L
Decimal 180 147 138 0 0.18 0.23 0.29 12.86 0.22 0.62
Hex B4 93 8A 0 12 17 1D D 16 3E
Octal 264 223 212 0 22 27 35 15 26 76
Binary 10110100 10010011 10001010 0 10010 10111 11101 1101 10110 111110

Color Harmonies of #B4938A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4938A

Black with #B4938A

Text Example


Text Example

White with #B4938A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4938A; }

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

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

background-color css

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

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

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

border-color css

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

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

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