#BA938A

Color #BA938A Thatch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Thatch #BA938A

Tints of Thatch #BA938A

Color information

#BA938A (or 0xBA938A) is unknown color: approx Thatch. HEX triplet: BA, 93 and 8A. RGB value is (186,147,138). Sum of RGB (Red+Green+Blue) = 186+147+138=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 147 (57.81% from 255 or 31.21% from 471); Blue value is 138 (54.30% from 255 or 29.30% from 471); Max value from RGB is 186 - color contains mainly: red. Hex color #BA938A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA938A is #456C75. Grayscale: #9D9D9D. Windows color (decimal): -4549750 or 9081786. OLE color: 9081786.

HSL color Cylindrical-coordinate representation of color #BA938A: hue angle of 11.25º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BA938A is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB186147138-
CMYK00.210.260.27
HSL11.25º25.81%63.53%-
HSV(B)11.25º25.81%72.94%-
XYZ35.2733.1428.58-
YUV157.64116.92148.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.49%
GREEN value IS 147 (57.81% from 255) = 31.21%
BLUE value IS 138 (54.30% from 255) = 29.30%
R=39.49%
G=31.21%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614713800.210.260.2711.2525.8163.53
HexBA938A0151A1Bb1a40
Octal27222321202532331332100
Binary10111010100100111000101001010111010110111011110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA938A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA938A; }

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

 H1.HeaderClassName
 {
   color: #BA938A;
 }
 .AnyTagClassName
 {
   color: #BA938A;
 }
</style>
background-color css

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

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

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

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

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

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